From 0d37f76d3681492c4ee6d84340a3ac8047e61a26 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 10 May 2006 15:00:30 +0000 Subject: [PATCH] --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9189fc5b9..bc86faf2d 100644 --- a/configure.in +++ b/configure.in @@ -789,8 +789,8 @@ AC_HELP_STRING([--enable-video-x11], [use X11 video driver [[default=yes]]]), , 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