# HG changeset patch # User nplourde # Date 1163963549 0 # Node ID ac2556247c7a445d91f3b8bb0d8439b7b0b44b50 # Parent 1ed61a0494c4e26cae31839cb08b90b7a0d7505f disable x11 gl support on osx diff -r 1ed61a0494c4 -r ac2556247c7a configure --- 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 int main(void) { return 0; }