From 3f14b10aa28ac2e6cb3771893956d00c36ee383c Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 12 Aug 2010 07:47:43 +0000 Subject: [PATCH] Fix help string for --enable-gui. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4