From 11c956f0385ce1713731de997e4f4b57371d0445 Mon Sep 17 00:00:00 2001 From: mosu Date: Sat, 3 May 2003 14:54:08 +0000 Subject: Try to detect Matroska paths if autodetection is wanted AND if it is forced to "yes". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10059 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8bae568a24..3c27fa66b9 100755 --- a/configure +++ b/configure @@ -4030,7 +4030,7 @@ echores "$_vorbis" echocheck "Matroska support" -if test "$_matroska" = auto ; then +if test "$_matroska" != no ; then _matroska=no cat > $TMPC << EOF #include -- cgit v1.2.3