summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-03 14:54:08 +0000
committermosu <mosu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-03 14:54:08 +0000
commit11c956f0385ce1713731de997e4f4b57371d0445 (patch)
tree3abfbb304b5f68fec6eeb724f0e4b3d765ce3c06 /configure
parenta73f4c5cf46378dc5e77b48bbd92986ee338b78f (diff)
downloadmpv-11c956f0385ce1713731de997e4f4b57371d0445.tar.bz2
mpv-11c956f0385ce1713731de997e4f4b57371d0445.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 <EbmlConfig.h>