Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2011-07-13 21:41:57 +0400
committerKandrashin Denis <mail@lintest.ru>2011-07-13 21:41:57 +0400
commit520a082fc5ef1df2f0f622460d55fd44fbda8eb4 (patch)
treed1f44921315730854e78146d14839f83ab3f3ec0 /configure.in
parentc4e25d36906fe706a84443cf35e55ea1d7ea255d (diff)
New configure option: --with-icu
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e1f4c866..fd4f9ee7 100644
--- a/configure.in
+++ b/configure.in
@@ -70,7 +70,7 @@ AC_ARG_WITH([sqlite], [AS_HELP_STRING([--with-sqlite], [Use builtin SQLite3 libr
AC_MSG_RESULT([$USE_SQLITE])
AC_MSG_CHECKING([for --with-icu])
-AC_ARG_WITH(icu, AS_HELP_STRING([--with-icu],[Use ICU for unicode collation (default=no)]), USE_LIBICU="$withval", USE_LIBICU="no")
+AC_ARG_WITH(icu, AS_HELP_STRING([--with-icu],[Use ICU for unicode collation]), USE_LIBICU="$withval", USE_LIBICU="no")
AC_MSG_RESULT([$USE_SQLITE])
AC_MSG_CHECKING([for --with-reader])