Remove leftover function declaration
[hildon] / autogen.sh
index be9d509..8a0d915 100755 (executable)
@@ -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."