* StreamWriter.cs: Removed duplicate argument checks from .ctor taking
[mono.git] / autogen.sh
index ce0c26c87ac5999e2cd4ae0993bbefee669b41ab..53f9abe90dfd182c6d9cfaf2fe1a46acb3dd51fd 100755 (executable)
@@ -82,7 +82,7 @@ if test "$DIE" -eq 1; then
   exit 1
 fi
 
-if test -z "$*"; then
+if test x$NOCONFIGURE = x && test -z "$*"; 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."