[Groonga-commit] groonga/groonga at 7749cdc [master] Fix syntax error

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 3 13:25:18 JST 2015


Kouhei Sutou	2015-05-03 13:25:18 +0900 (Sun, 03 May 2015)

  New Revision: 7749cdcc89b8eb2226b91f2526ad0f99be03a7f3
  https://github.com/groonga/groonga/commit/7749cdcc89b8eb2226b91f2526ad0f99be03a7f3

  Message:
    Fix syntax error

  Modified files:
    src/httpd/nginx-module/config

  Modified: src/httpd/nginx-module/config (+1 -1)
===================================================================
--- src/httpd/nginx-module/config    2015-05-03 13:24:59 +0900 (8e9da67)
+++ src/httpd/nginx-module/config    2015-05-03 13:25:18 +0900 (b79eef6)
@@ -11,7 +11,7 @@ if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
   groonga_cflags="${groonga_cflags} -DNGX_HTTP_GROONGA_LOG_PATH=\\\"\"${GROONGA_HTTPD_GROONGA_LOG_PATH}\"\\\""
   groonga_cflags="${groonga_cflags} -DNGX_HTTP_GROONGA_QUERY_LOG_PATH=\\\"\"${GROONGA_HTTPD_GROONGA_QUERY_LOG_PATH}\"\\\""
   groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH}"
-  if [ "${GROONGA_HTTPD_WITH_ONIGMO" = "yes" ]; then
+  if [ "${GROONGA_HTTPD_WITH_ONIGMO}" = "yes" ]; then
   groonga_libs="$groonga_libs -L${GROONGA_HTTPD_ONIGMO_IN_TREE_LINK_PATH}"
   fi
   groonga_libs="$groonga_libs -lgroonga"
-------------- next part --------------
HTML����������������������������...
Download 



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