summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-08-24 13:29:11 +0200
committerunknown <joreland@mysql.com>2004-08-24 13:29:11 +0200
commitf7e31ee94c822b1d2be6d479d4fade6304243754 (patch)
tree0edda70a93b5a42405a81fe6df1341e40e3bc37f /configure.in
parentc62a26f777d5972f892b4b39a2e7036b5974f7e6 (diff)
parentd7dd19aa07c3ba439c2b97d50949f2142cefb203 (diff)
downloadmariadb-git-f7e31ee94c822b1d2be6d479d4fade6304243754.tar.gz
merge
configure.in: Auto merged mysql-test/t/ndb_blob.test: Auto merged ndb/src/mgmsrv/Services.cpp: Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f58ba482c59..9a902d17305 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, 4.1.4-beta)
+AM_INIT_AUTOMAKE(mysql, 4.1.4-gamma)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10
@@ -2821,7 +2821,7 @@ then
AC_CONFIG_FILES(bdb/Makefile)
echo "CONFIGURING FOR BERKELEY DB"
- bdb_conf_flags=
+ bdb_conf_flags="--disable-shared"
if test $with_debug = "yes"
then
bdb_conf_flags="$bdb_conf_flags --enable-debug --enable-diagnostic"