From 33e8da438ea48c92a250913f47070828e5929646 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 24 Nov 2016 15:54:26 +0100 Subject: [PATCH] build: enable --with-introspection in default configure options of autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 44b3b68f36..73503638fa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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