comparison configure @ 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
comparison
equal deleted inserted replaced
22820:5a7afea905b2 22821:2c940df49d1c
4124 echores "$_dga" 4124 echores "$_dga"
4125 4125
4126 4126
4127 echocheck "OpenGL" 4127 echocheck "OpenGL"
4128 #Note: this test is run even with --enable-gl since we autodetect linker flags 4128 #Note: this test is run even with --enable-gl since we autodetect linker flags
4129 if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then 4129 if (test "$_x11" = yes || win32) && test "$_gl" != no ; then
4130 cat > $TMPC << EOF 4130 cat > $TMPC << EOF
4131 #include <GL/gl.h> 4131 #include <GL/gl.h>
4132 int main(void) { return 0; } 4132 int main(void) { return 0; }
4133 EOF 4133 EOF
4134 _gl=no 4134 _gl=no