Don't link against missing libiconv on windows.
[mono.git] / eglib / autogen.sh
index bce3a516ee66adcc1229be328b1e74d1a60ebc03..ce2acf68564d25a4d59378a79736438e990fd3dd 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."