Skip to content

Commit

Permalink
Don't warn about missing configure flags if configure shall be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Apr 12, 2012
1 parent 9fad7aa commit 0249d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 0249d3e

Please sign in to comment.