From a7eac661c77e7b763b9ceaaf78257054157e201b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Sat, 17 May 2014 22:55:27 +0800 Subject: [PATCH] Fix = operator in sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 93cee33..1ac5de3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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