changeset 21059:ac2556247c7a

disable x11 gl support on osx
author nplourde
date Sun, 19 Nov 2006 19:12:29 +0000
parents 1ed61a0494c4
children b37a53da3b8a
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Nov 19 18:10:04 2006 +0000
+++ b/configure	Sun Nov 19 19:12:29 2006 +0000
@@ -4046,7 +4046,7 @@
 
 echocheck "OpenGL"
 #Note: this test is run even with --enable-gl since we autodetect $_ld_gl
-if (test "$_x11" = yes || win32) && test "$_gl" != no ; then
+if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then
   cat > $TMPC << EOF
 #include <GL/gl.h>
 int main(void) { return 0; }