[Groonga-mysql-commit] mroonga/mroonga at bce050c [master] mysql57 configure: add new include directory

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 19:19:21 JST 2014


Kouhei Sutou	2014-10-25 19:19:21 +0900 (Sat, 25 Oct 2014)

  New Revision: bce050c28ff3a182fb48e70e090d420e07262647
  https://github.com/mroonga/mroonga/commit/bce050c28ff3a182fb48e70e090d420e07262647

  Message:
    mysql57 configure: add new include directory

  Modified files:
    configure.ac

  Modified: configure.ac (+4 -0)
===================================================================
--- configure.ac    2014-10-25 19:17:22 +0900 (48312a4)
+++ configure.ac    2014-10-25 19:19:21 +0900 (ee73662)
@@ -174,6 +174,10 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
   MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_build_dir/include"
   MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_source_dir/sql"
   MYSQL_INCLUDES="$MYSQL_INCLUDES -I$ac_mysql_source_dir/include"
+  if test -d "$ac_mysql_source_dir/extra/rapidjson"; then
+    mysql_rapidjson_include_dir="$ac_mysql_source_dir/extra/rapidjson/include"
+    MYSQL_INCLUDES="$MYSQL_INCLUDES -I$mysql_rapidjson_include_dir"
+  fi
   if test -d "$ac_mysql_source_dir/pcre"; then
     mysql_regex_include_dir="$ac_mysql_source_dir/pcre"
   else
-------------- next part --------------
HTML����������������������������...
Download 



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