comparison configure @ 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 07f4553269dd
children 51da0282b302
comparison
equal deleted inserted replaced
10057:d1f55b76ef2c 10058:dcd4114554ad
4028 fi 4028 fi
4029 echores "$_vorbis" 4029 echores "$_vorbis"
4030 4030
4031 4031
4032 echocheck "Matroska support" 4032 echocheck "Matroska support"
4033 if test "$_matroska" = auto ; then 4033 if test "$_matroska" != no ; then
4034 _matroska=no 4034 _matroska=no
4035 cat > $TMPC << EOF 4035 cat > $TMPC << EOF
4036 #include <EbmlConfig.h> 4036 #include <EbmlConfig.h>
4037 int main(void) { return 0; } 4037 int main(void) { return 0; }
4038 EOF 4038 EOF