From c78246bbe65f230719c07c6b8c15284ab8ac595b Mon Sep 17 00:00:00 2001 From: Tambet Ingo Date: Thu, 28 Feb 2008 20:46:04 +0000 Subject: [PATCH] 2008-02-28 Tambet Ingo * Revert the revert I accidrentally did for configure.in. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3356 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- configure.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configure.in b/configure.in index 77dbe993b..978181b66 100644 --- a/configure.in +++ b/configure.in @@ -52,6 +52,18 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) IT_PROG_INTLTOOL([0.35.0]) AM_GLIB_GNU_GETTEXT +dnl +dnl GNOME support +dnl +AC_ARG_WITH(docs, AC_HELP_STRING([--with-docs], [Build NetworkManager documentation])) +AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes") +case $with_docs in + yes) ;; + *) + with_docs=no + ;; +esac + dnl dnl Make sha1.c happy on big endian systems dnl @@ -319,3 +331,8 @@ AC_OUTPUT echo echo Distribution targeting: ${with_distro} echo 'if this is not correct, please specifiy your distro with --with-distro=DISTRO' + +echo +echo Building documentation: ${with_docs} +echo +