changeset 10058:dcd4114554ad

Try to detect Matroska paths if autodetection is wanted AND if it is forced to "yes".
author mosu
date Sat, 03 May 2003 14:54:08 +0000
parents d1f55b76ef2c
children d31cea79932f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat May 03 06:24:37 2003 +0000
+++ b/configure	Sat May 03 14:54:08 2003 +0000
@@ -4030,7 +4030,7 @@
 
 
 echocheck "Matroska support"
-if test "$_matroska" = auto ; then
+if test "$_matroska" != no ; then
   _matroska=no
   cat > $TMPC << EOF
 #include <EbmlConfig.h>