From f5aac5199d9ccafbb1ed74bd2dedcc5e08b84c8b Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 22 Feb 2009 07:59:21 -0500 Subject: [PATCH] core: fix configure.in comment --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5c3afbca0e..7c97a9e114 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ IT_PROG_INTLTOOL([0.35.0]) AM_GLIB_GNU_GETTEXT dnl -dnl GNOME support +dnl Documentation dnl AC_ARG_WITH(docs, AC_HELP_STRING([--with-docs], [Build NetworkManager documentation])) AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes")