changeset 21129:2ba65302eb17

Fix SVN r21075, it completely disabled OpenGL in almost all cases.
author reimar
date Tue, 21 Nov 2006 17:36:39 +0000
parents ef9e23c5ef5b
children 44dcb71f9751
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <GL/gl.h>
 int main(void) { return 0; }