mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 23:00:19 +01:00
build: enable --with-introspection in default configure options of autogen.sh
This commit is contained in:
parent
743d372d72
commit
33e8da438e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue