changeset 15238:d65ef0fc5e05

configure.ac: Clarify help text on --disable-gui
author Max Brister <max@2bass.com>
date Sun, 26 Aug 2012 13:49:41 -0600
parents 44d6ffdf9479
children c4779a180134
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac
+++ b/configure.ac
@@ -2184,7 +2184,7 @@
 build_gui=yes
 win32_terminal=no
 AC_ARG_ENABLE(gui,
-  [AS_HELP_STRING([--disable-gui], [build GUI (default is yes)])],
+  [AS_HELP_STRING([--disable-gui], [avoid building the GUI (default no)])],
   [if test "$enableval" = no; then build_gui=no; fi], [build_gui=yes])
 
 if test $build_gui = yes; then