+ Indicator for missing media replacement in case pango doesn't exist
[melted] / src / modules / westley / configure
index c8bb348..65cbb5f 100755 (executable)
@@ -6,7 +6,7 @@ then
        which xml2-config > /dev/null 2>&1
        disable_xml2=$?
 
-       if [ "$disable_xml2" == "0" ]
+       if [ "$disable_xml2" = "0" ]
        then
                echo "westley                   libmltwestley$LIBSUF" >> ../producers.dat
                echo "westley-xml               libmltwestley$LIBSUF" >> ../producers.dat