summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2006-04-13 10:24:44 +0200
committerunknown <serg@serg.mylan>2006-04-13 10:24:44 +0200
commit720fe0c950a8151fddeb701567e8a6f6ab4d6742 (patch)
treea35f41d871af0bb3d2c1198c7468ccc84f3ea1b4 /configure.in
parent328778a1f15c77eb6b5d64747285b1368fa3119a (diff)
parentdfaea5c81f1fc4c426d2219ed447c76072b00be5 (diff)
downloadmariadb-git-720fe0c950a8151fddeb701567e8a6f6ab4d6742.tar.gz
merged
configure.in: Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.in b/configure.in
index 721105d68bb..5b33b6e3984 100644
--- a/configure.in
+++ b/configure.in
@@ -2218,23 +2218,7 @@ then
[Access checks in embedded library])
fi
-AC_ARG_WITH(extra-tools,
- [ --without-extra-tools Skip building utilites in the tools directory.],
- [with_tools=$withval],
- [with_tools=yes]
-)
-
tools_dirs=""
-if test "$with_tools" = "yes"
-then
- if test "$THREAD_SAFE_CLIENT" = "no"
- then
- AC_MSG_WARN([extra-tools disabled because --enable-thread-safe-client wasn't used])
- else
- tools_dirs="tools"
- AC_CONFIG_FILES(tools/Makefile)
- fi
-fi
AC_ARG_WITH([mysqlmanager],
AC_HELP_STRING([--with-mysqlmanager], [Build the mysqlmanager binary: yes/no (default: build if server is built.)]),
@@ -2627,7 +2611,7 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
man/Makefile BUILD/Makefile vio/Makefile dnl
libmysql/Makefile client/Makefile dnl
pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile dnl
- sql/handlerton.cc sql-common/Makefile SSL/Makefile dnl
+ sql/handlerton.cc sql-common/Makefile dnl
dbug/Makefile scripts/Makefile dnl
include/Makefile dnl
server-tools/Makefile server-tools/instance-manager/Makefile dnl