From: handa Date: Thu, 12 Aug 2010 07:47:43 +0000 (+0000) Subject: Fix help string for --enable-gui. X-Git-Tag: REL-1-6-2~63 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib.git;a=commitdiff_plain;h=3f14b10aa28ac2e6cb3771893956d00c36ee383c Fix help string for --enable-gui. --- diff --git a/configure.ac b/configure.ac index bda8981..aedb40d 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ AC_SUBST(M17NDIR) dnl Checks which levels of APIs should be compiled. AC_ARG_ENABLE(gui, - AS_HELP_STRING([--with-gui],[with GUI level APIs (default is YES)])) + AS_HELP_STRING([--enable-gui],[enable GUI level APIs (default is YES)])) AM_CONDITIONAL(WITH_GUI, test x$with_gui != xno)