21 Nov
2006
21 Nov
'06
12:36 p.m.
Author: reimar Date: Tue Nov 21 18:36:39 2006 New Revision: 21145 Modified: trunk/configure Log: Fix SVN r21075, it completely disabled OpenGL in almost all cases. Modified: trunk/configure ============================================================================== --- trunk/configure (original) +++ trunk/configure Tue Nov 21 18:36:39 2006 @@ -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; }
6930
Age (days ago)
6930
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar