Updated the description of the --with-gui-tools flag.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 30 Sep 2008 02:30:13 +0000 (10:30 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 30 Sep 2008 02:30:13 +0000 (10:30 +0800)
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

index 3a074e20a49e460901cb8ca63ac528b7c4bd5b96..b00a75b14770f824c13737d9182307a347c02546 100644 (file)
@@ -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