mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
[autogen.sh] Add --enable-test-surfaces to configure flags
Also remove --enable-maintainer-mode since we removed AM_MAINTAINER_MODE
from configure.in in b0d05f7421.
This commit is contained in:
parent
38c9909e29
commit
814295f5fa
1 changed files with 6 additions and 1 deletions
|
|
@ -191,4 +191,9 @@ cd $ORIGDIR || exit 1
|
|||
|
||||
rm -f config.cache
|
||||
|
||||
do_cmd $srcdir/configure --cache-file=config.cache --disable-static --enable-maintainer-mode --enable-gtk-doc ${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
|
||||
do_cmd $srcdir/configure \
|
||||
--cache-file=config.cache \
|
||||
--disable-static \
|
||||
--enable-gtk-doc \
|
||||
--enable-test-surfaces \
|
||||
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue