Fix = operator in sh

This commit is contained in:
ChangZhuo Chen (陳昌倬) 2014-05-17 22:55:27 +08:00
parent 516ddddda3
commit a7eac661c7

View file

@ -20,7 +20,7 @@ for l in glibtoolize libtoolize15 libtoolize14 libtoolize ; do
echo "Did not find $l"
done
if [ "x$libtoolize" == "x" ]; then
if [ "x$libtoolize" = "x" ]; then
echo "Can't find libtoolize on your system"
exit 1
fi