From 006ecfdc7e767f7d8e85be34ceb1daa5bb2507bb Mon Sep 17 00:00:00 2001 From: faust3 Date: Fri, 19 Sep 2003 20:07:50 +0000 Subject: make vo_gl2 compile on cygwin, too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10884 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 3edb2a8e39..0072bddb41 100755 --- a/configure +++ b/configure @@ -2938,9 +2938,8 @@ fi echocheck "OpenGL" -cygwin && _gl=no #Note: this test is run even with --enable-gl since we autodetect $_ld_gl -if (test "$_x11" = yes || mingw32) && test "$_gl" != no ; then +if (test "$_x11" = yes || mingw32 || cygwin) && test "$_gl" != no ; then cat > $TMPC << EOF #include int main(void) { return 0; } -- cgit v1.2.3