summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2012-07-19 12:57:36 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2012-07-19 12:57:36 +0200
commit1a6ce811fdbb93c974ecd75e6951dca30bbc6262 (patch)
tree471fbcb1a5af0b2f7664afb9f4e19bd932eba2e9 /configure.in
parent6ee1c030432f34cda52a5fb9c29f7852e46e834d (diff)
downloadmariadb-git-1a6ce811fdbb93c974ecd75e6951dca30bbc6262.tar.gz
Bug #14035452 - MODULARIZE MYSQL_CLIENT_TEST
Added new minimal client using same framework Added internal test using it Small changes to top level make/configure/cmake to have it built
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 068328992e0..24e46259957 100644
--- a/configure.in
+++ b/configure.in
@@ -2849,6 +2849,10 @@ if test -d "$srcdir/cmd-line-utils/readline" ; then
AC_CONFIG_FILES(cmd-line-utils/readline/Makefile)
fi
+if test -d "$srcdir/internal" ; then
+ AC_CONFIG_FILES(internal/Makefile)
+fi
+
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
unittest/Makefile unittest/mytap/Makefile unittest/mytap/t/Makefile dnl
unittest/mysys/Makefile unittest/strings/Makefile dnl