NetworkManager r3356 - trunk



Author: tambeti
Date: Thu Feb 28 20:46:04 2008
New Revision: 3356
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3356&view=rev

Log:
2008-02-28  Tambet Ingo  <tambet gmail com>

        * Revert the revert I accidrentally did for configure.in.



Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Feb 28 20:46:04 2008
@@ -53,6 +53,18 @@
 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
 AC_C_BIGENDIAN
@@ -319,3 +331,8 @@
 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
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]