summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-10-23 15:37:16 +0300
committerunknown <monty@donna.mysql.com>2000-10-23 15:37:16 +0300
commit0bc23aea1312953e39c85582d44942a4e76a3488 (patch)
tree18c8b937d83dba415ee7cd3235ce401f14d73263 /configure.in
parentc7ee8c4531556613ab5063f5a38c92fd9d310d6a (diff)
parent40879f5d4c167c49e0231c359e2fa97340ffcfd1 (diff)
downloadmariadb-git-0bc23aea1312953e39c85582d44942a4e76a3488.tar.gz
Merge
configure.in: Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index b57ba6a5aa9..bd78c787189 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
-AM_INIT_AUTOMAKE(mysql, 3.23.26-beta)
+AM_INIT_AUTOMAKE(mysql, 3.23.27-beta)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -1860,11 +1860,11 @@ AC_SUBST(sql_server_dirs)
AC_SUBST(thread_dirs)
AC_SUBST(server_scripts)
-if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes"
-then
+#if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes"
+#then
# MIT pthreads does now support connecting with unix sockets
# AC_DEFINE(HAVE_THREADS_WITHOUT_SOCKETS)
-fi
+#fi
# Some usefull subst
AC_SUBST(CC)