projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268ff2d
)
Fix help string for --enable-gui.
author
handa
<handa>
Thu, 12 Aug 2010 07:47:43 +0000
(07:47 +0000)
committer
handa
<handa>
Thu, 12 Aug 2010 07:47:43 +0000
(07:47 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
bda8981
..
aedb40d
100644
(file)
--- 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)