+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[melted] / src / modules / vorbis / configure
index a7a4eb5..bfc4043 100755 (executable)
@@ -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