[Groonga-commit] groonga/groonga at 4efec5e [master] Fix description of --without-pcre

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 23 17:06:43 JST 2014


Kouhei Sutou	2014-11-23 17:06:43 +0900 (Sun, 23 Nov 2014)

  New Revision: 4efec5e477cff891ae05de8bab9bc8ba6638cbeb
  https://github.com/groonga/groonga/commit/4efec5e477cff891ae05de8bab9bc8ba6638cbeb

  Message:
    Fix description of --without-pcre

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -1)
===================================================================
--- configure.ac    2014-11-23 16:56:48 +0900 (46d82b4)
+++ configure.ac    2014-11-23 17:06:43 +0900 (f82d66b)
@@ -1468,7 +1468,7 @@ AC_SUBST(ONIGMO_LIBS)
 GRN_WITH_PCRE=no
 AC_ARG_WITH(pcre,
   [AS_HELP_STRING([--without-pcre],
-    [use PCRE for groonga-httpd. [default=auto-detect]])],
+    [Don't use PCRE for groonga-httpd. [default=auto-detect]])],
   [with_pcre="$witheval"],
   [with_pcre="auto"])
 if test "x$with_pcre" != "xno"; then
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index