From be412d7b78faa1598408c8b9f35375f3918e8274 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 30 Sep 2008 10:30:13 +0800 Subject: [PATCH] Updated the description of the --with-gui-tools flag. Some users were misunderstanding the purpose of this flag, and using it in normal builds, and suffering the consequences. This description, hopefully, makes it clear that they don't need it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a074e20..b00a75b1 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,7 @@ AM_CONDITIONAL(GNM_SUPPORT, test x"$gnm_support" = x"yes") AC_ARG_WITH( gui_tools, - [AS_HELP_STRING([--with-gui-tools], [build the gui developer tools])]) + [AS_HELP_STRING([--with-gui-tools], [build the gui developer tools. For DEVELOPERS only! There is no reason why users will need this flag.])]) if test x"$with_gui_tools" = x"yes" ; then PKG_CHECK_MODULES(GLADE_UI, gladeui-1.0) fi -- 2.30.2