build: enable --with-introspection in default configure options of autogen.sh

This commit is contained in:
Thomas Haller 2016-11-24 15:54:26 +01:00
parent 743d372d72
commit 33e8da438e

View file

@ -28,5 +28,5 @@ AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
cd $olddir
if test -z "$NOCONFIGURE"; then
exec $srcdir/configure --enable-maintainer-mode --enable-more-warnings=error --enable-gtk-doc "$@"
exec $srcdir/configure --enable-maintainer-mode --enable-more-warnings=error --enable-gtk-doc --with-introspection "$@"
fi