Kouhei Sutou
null+****@clear*****
Sun Nov 23 17:07:04 JST 2014
Kouhei Sutou 2014-11-23 17:07:04 +0900 (Sun, 23 Nov 2014) New Revision: 929254880f779275dc6170cfb45250fd65c4aefc https://github.com/groonga/groonga/commit/929254880f779275dc6170cfb45250fd65c4aefc Message: Fix a typo --without-pcre didn't work. :< Modified files: configure.ac Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2014-11-23 17:06:43 +0900 (f82d66b) +++ configure.ac 2014-11-23 17:07:04 +0900 (2dce3d83) @@ -1469,7 +1469,7 @@ GRN_WITH_PCRE=no AC_ARG_WITH(pcre, [AS_HELP_STRING([--without-pcre], [Don't use PCRE for groonga-httpd. [default=auto-detect]])], - [with_pcre="$witheval"], + [with_pcre="$withval"], [with_pcre="auto"]) if test "x$with_pcre" != "xno"; then m4_ifdef([PKG_CHECK_MODULES], [ -------------- next part -------------- HTML����������������������������...Download