diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 60f4f9865a..4a581c1ee5 100644 --- a/configure.in +++ b/configure.in @@ -170,7 +170,7 @@ if test "$ac_have_iwevgenie" = no; then AC_MSG_ERROR(wireless-tools >= 28pre9 not installed or not functional) fi -PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.75) +PKG_CHECK_MODULES(DBUS, dbus-glib-1 >= 0.74) ##### Find out the version of DBUS we're using dbus_version=`pkg-config --modversion dbus-1` @@ -407,6 +407,8 @@ else AC_MSG_RESULT(no) fi +GTK_DOC_CHECK(1.0) + AC_CONFIG_FILES([ Makefile include/Makefile @@ -457,6 +459,7 @@ man/NetworkManager.8 man/nm-tool.1 po/Makefile.in policy/Makefile +docs/libnm-glib/Makefile NetworkManager.pc ]) AC_OUTPUT |