Commit c6d110f9 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Don't run configure from autogen.sh if NOCONFIGURE is non-empty.

git-svn-id: https://svn.musicpd.org/mpd/trunk@4246 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 5cbfdf35
......@@ -138,4 +138,6 @@ autoconf
cd ../..
cd $olddir
$srcdir/configure "$@" && echo
if test x$NOCONFIGURE = x; then
$srcdir/configure "$@" && echo
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment