summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-26 16:17:55 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-26 16:17:55 +0000
commit583cb7af384d4ee223eb19b3838a3c5bc849b997 (patch)
tree54afa6307f64c6257f82a6aeca42b78020dbb1c7 /autogen.sh
parentadb57cee9416b491993c440adf20534d4e571a50 (diff)
downloadpcre-583cb7af384d4ee223eb19b3838a3c5bc849b997.tar.gz
Style tidies to some scripts.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1016 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2dd51ed..797a1d4 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