mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
autogen: don't configure if NO_CONFIGURE variable is set.
This commit is contained in:
parent
809e087cca
commit
5f85b67b18
1 changed files with 3 additions and 1 deletions
|
@ -36,4 +36,6 @@ else
|
|||
ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v --install || exit $?
|
||||
fi
|
||||
|
||||
./configure "$@" && echo "Now type 'make' to compile $PROJECT."
|
||||
if test -z "$NO_CONFIGURE"; then
|
||||
./configure "$@" && echo "Now type 'make' to compile $PROJECT."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue