# HG changeset patch # User reimar # Date 1164130599 0 # Node ID 2ba65302eb1705118aae2587d5adaf0d12ed5a25 # Parent ef9e23c5ef5b956238fc05b355638fd76ab135c0 Fix SVN r21075, it completely disabled OpenGL in almost all cases. diff -r ef9e23c5ef5b -r 2ba65302eb17 configure --- a/configure Tue Nov 21 17:20:32 2006 +0000 +++ b/configure Tue Nov 21 17:36:39 2006 +0000 @@ -4018,7 +4018,7 @@ echocheck "OpenGL" #Note: this test is run even with --enable-gl since we autodetect linker flags -if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then +if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then cat > $TMPC << EOF #include int main(void) { return 0; }