Kouhei Sutou
null+****@clear*****
Mon Oct 17 23:36:50 JST 2016
Kouhei Sutou 2016-10-17 23:36:50 +0900 (Mon, 17 Oct 2016) New Revision: 9765695337a99f0b8616b1976b0b654bccaeb0ca https://github.com/groonga/groonga/commit/9765695337a99f0b8616b1976b0b654bccaeb0ca Message: groonga-httpd: be precise Modified files: src/httpd/configure Modified: src/httpd/configure (+4 -2) =================================================================== --- src/httpd/configure 2016-10-17 23:34:56 +0900 (7ed341d) +++ src/httpd/configure 2016-10-17 23:36:50 +0900 (a2f93cf) @@ -74,8 +74,10 @@ ld_opt="${LDFLAGS-}" if [ "${GROONGA_HTTPD_WITH_PCRE}" = "yes" ]; then cc_opt="${cc_opt} ${GROONGA_HTTPD_PCRE_CFLAGS}" ld_opt="${ld_opt} ${GROONGA_HTTPD_PCRE_LIBS_ONLY_L}" + GROONGA_HTTPD_WITH_HTTP_REWRITE="yes" else configure_args="${configure_args} --without-http_rewrite_module" + GROONGA_HTTPD_WITH_HTTP_REWRITE="no" fi if [ "${GROONGA_HTTPD_WITH_ZLIB}" != "yes" ]; then configure_args="${configure_args} --without-http_gzip_module" @@ -89,8 +91,8 @@ fi nginx_mruby_directory="${abs_top_srcdir}/vendor/ngx_mruby-source" mruby_directory="${abs_top_srcdir}/vendor/mruby-source" libmruby_directory="${abs_top_builddir}/vendor/mruby/.libs" -if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "yes" -a - "${GROONGA_HTTPD_WITH_PCRE}" = "yes" ]; then +if [ "${GROONGA_HTTPD_WITH_MRUBY}" = "yes" -a \ + "${GROONGA_HTTPD_WITH_HTTP_REWRITE}" = "yes" ]; then cd "${nginx_mruby_directory}" ./configure --with-ngx-src-root=${nginx_directory} \ --with-mruby-incdir="${mruby_directory}/src ${mruby_directory}/include" \ -------------- next part -------------- HTML����������������������������...Download