Don't warn about missing configure flags if configure shall be skipped

master
Enrico Tröger 2012-04-12 22:41:47 +02:00
parent 9fad7aaa55
commit 0249d3e906
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if test "$DIE" -eq 1; then
exit 1
fi
if test -z "$*"; then
if test -z "$*" -a "$NOCONFIGURE" != 1; 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."