mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 16:58:01 +02:00
Support NOCONFIGURE environment variable
This is taken from gnome-common; it can be convenient for builders to separate the autogen from the configure stage.
This commit is contained in:
parent
9e6c151af8
commit
292423c733
1 changed files with 3 additions and 1 deletions
|
|
@ -187,8 +187,10 @@ cd "$ORIGDIR" || exit 1
|
|||
|
||||
rm -f config.cache
|
||||
|
||||
do_cmd $srcdir/configure \
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
do_cmd $srcdir/configure \
|
||||
--cache-file=config.cache \
|
||||
--disable-static \
|
||||
--enable-test-surfaces \
|
||||
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue