From 738e5816b9c0fca7472d9b727e050c2be291a7d4 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 21 Nov 2006 17:36:39 +0000 Subject: Fix SVN r21075, it completely disabled OpenGL in almost all cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21145 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3b378a0f95..a545e2cb3a 100755 --- a/configure +++ b/configure @@ -4018,7 +4018,7 @@ echores "$_dga" 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 int main(void) { return 0; } -- cgit v1.2.3