From 285fa0989b18c528fd23ff48cbfd625ca4412eb8 Mon Sep 17 00:00:00 2001 From: Kisoo Han Date: Tue, 10 Dec 2019 03:52:20 +0900 Subject: [PATCH] [APIS-804] Change regex include path (#9) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6a4f46f..b49d59e 100644 --- a/configure.ac +++ b/configure.ac @@ -661,7 +661,7 @@ AC_MSG_RESULT([$with_cmserver]) AC_CONFIG_SUBDIRS([external/libregex38a]) REGEX_LIBS="\$(top_builddir)/external/libregex38a/libregex38a.la" -REGEX_INC="-I\$(top_builddir)/external/include/libregex38a" +REGEX_INC="-I\$(top_builddir)/external/include" EXTERNAL_PKGS="$EXTERNAL_PKGS libregex38a" AC_MSG_CHECKING([for expat library]) @@ -970,7 +970,7 @@ AS_IF([test "$with_cci_only" = "yes"], EXTRA_DIST_SUBDIRS="" CUBRID_LOGDIR="" CUBRID_TMPDIR=""], - [BUILD_SUBDIRS="external include cas sa cs cubrid util cci broker cm_common conf msg demo contrib locales tools timezones $OPTIONAL_DIR" + [BUILD_SUBDIRS="external cas sa cs cubrid util cci broker cm_common conf msg demo contrib locales tools timezones $OPTIONAL_DIR" EXTRA_DIST_SUBDIRS="debian win src"]) AC_SUBST([BUILD_NUMBER])