X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2Fconfigure;h=2f8c1178125f4257c502ed6e8737ddb69b30eeae;hb=81545630b9614efc07ec3ae13d1f9a1eff79ea05;hp=bfc404327c7f370f98643ec073a2d6a2b1b0d568;hpb=0d11d01985addab9e343840e9edebefeb74e69ee;p=melted diff --git a/src/modules/vorbis/configure b/src/modules/vorbis/configure index bfc4043..2f8c117 100755 --- a/src/modules/vorbis/configure +++ b/src/modules/vorbis/configure @@ -6,13 +6,11 @@ then pkg-config vorbisfile 2> /dev/null disable_vorbis=$? - if [ "$disable_vorbis" = "0" ] + if [ "$disable_vorbis" != "0" ] then - echo "vorbis libmltvorbis$LIBSUF" >> ../producers.dat - else echo "- ogg vorbis not found: disabling" touch ../disable-vorbis fi - + exit 0 fi