changeset 1807:f173f8fe1fc6

(none)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 10 May 2006 15:00:30 +0000
parents 8baf6641cd57
children 3e5029051a6d
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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