X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2Fconfigure;h=2f8c1178125f4257c502ed6e8737ddb69b30eeae;hb=16b6d374cf80004b192aae74a55b0452c7ee809d;hp=eb20744d1b4899d89a64089e3c2e81eb2ada6735;hpb=4dd4b984b46aaf9c1190aa3a4de27817e3e09290;p=melted diff --git a/src/modules/vorbis/configure b/src/modules/vorbis/configure index eb20744..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