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
commit37f86950f174e7f7246da4c8d2ab5126b2b24697 (patch)
treea35f41d871af0bb3d2c1198c7468ccc84f3ea1b4 /configure.in
parent96118e848d79cece6b2020af7837562929c91726 (diff)
parent4e6190ac4812c312280beed4cd102f1ce7824c16 (diff)
downloadmariadb-git-37f86950f174e7f7246da4c8d2ab5126b2b24697.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