changeset 22821:2c940df49d1c

OpenGL reportedly works fine on Mac OS X, see Bugzilla #784. So I'm removing the automatic disabling to give it more widespread testing.
author diego
date Thu, 29 Mar 2007 09:26:21 +0000
parents 5a7afea905b2
children 79cac4f79e36
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <GL/gl.h>
 int main(void) { return 0; }