summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-24 15:54:26 +0100
committerThomas Haller <thaller@redhat.com>2016-11-24 15:59:19 +0100
commit33e8da438ea48c92a250913f47070828e5929646 (patch)
tree9e4d494510f6c421e04569f6e70256f5f3d99ae0
parent743d372d72878219a229ee420e477958939aa1fb (diff)
downloadNetworkManager-33e8da438ea48c92a250913f47070828e5929646.tar.gz
build: enable --with-introspection in default configure options of autogen.sh
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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