# HG changeset patch # User diego # Date 1175160381 0 # Node ID 2c940df49d1c7e47a7af2d95210e1db2f2171a44 # Parent 5a7afea905b232765e471b14fd3c8f358d30599f OpenGL reportedly works fine on Mac OS X, see Bugzilla #784. So I'm removing the automatic disabling to give it more widespread testing. diff -r 5a7afea905b2 -r 2c940df49d1c configure --- a/configure Wed Mar 28 20:24:15 2007 +0000 +++ b/configure Thu Mar 29 09:26:21 2007 +0000 @@ -4126,7 +4126,7 @@ echocheck "OpenGL" #Note: this test is run even with --enable-gl since we autodetect linker flags -if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then +if (test "$_x11" = yes || win32) && test "$_gl" != no ; then cat > $TMPC << EOF #include int main(void) { return 0; }