diff options
author | Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com> | 2007-05-21 09:05:12 +0000 |
---|---|---|
committer | Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com> | 2007-05-21 09:05:12 +0000 |
commit | 3ae5705a68810678b3f515a7876e7c55d63d1267 (patch) | |
tree | c89e3a910f8094415986b75a1e638c9267b3d848 /autogen.sh | |
parent | 494354f3f3e393ec2197071029c4cf400aa44b53 (diff) |
Importing several usefull fixes from the ubuntu-mobile branch.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |