X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2Fconfigure;h=bfc404327c7f370f98643ec073a2d6a2b1b0d568;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=a7a4eb55cd8c5e9a909915eb34af1d0fb11f4cd7;hpb=2207938a20078b8edb97beb508a090d3a8cf1668;p=melted diff --git a/src/modules/vorbis/configure b/src/modules/vorbis/configure index a7a4eb5..bfc4043 100755 --- a/src/modules/vorbis/configure +++ b/src/modules/vorbis/configure @@ -6,11 +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" + echo "- ogg vorbis not found: disabling" touch ../disable-vorbis fi