# HG changeset patch # User Sam Lantinga # Date 1147273230 0 # Node ID f173f8fe1fc6e849d188c8f6a39836a00afa2407 # Parent 8baf6641cd57777a220b6774bf45893d4c42f983 diff -r 8baf6641cd57 -r f173f8fe1fc6 configure.in --- a/configure.in Wed May 10 14:59:08 2006 +0000 +++ b/configure.in Wed May 10 15:00:30 2006 +0000 @@ -789,8 +789,8 @@ , enable_video_x11=yes) if test x$enable_video = xyes -a x$enable_video_x11 = xyes; then case "$host" in - *-*-darwin*) # Latest Mac OS X actually ships with Xrandr/Xrender libs... - # This isn't strictly necessary for X11, but for GLX detection + *-*-darwin*) + # This isn't necessary for X11, but fixes GLX detection if test "x$x_includes" = xNONE; then x_includes="/usr/X11R6/include" fi