aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>2007-05-21 09:05:12 +0000
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>2007-05-21 09:05:12 +0000
commit3ae5705a68810678b3f515a7876e7c55d63d1267 (patch)
treec89e3a910f8094415986b75a1e638c9267b3d848 /autogen.sh
parent494354f3f3e393ec2197071029c4cf400aa44b53 (diff)
Importing several usefull fixes from the ubuntu-mobile branch.
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 be9d509..8a0d915 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -62,7 +62,7 @@ if test "$DIE" -eq 1; then
exit 1
fi
-if [ -z "$*" -a "x$NOCONFIGURE" == "x" ]; then
+if [ -z "$*" -a "x$NOCONFIGURE" = "x" ]; then
echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the"
echo \`$0\'" command line."