diff options
author | serg@serg.mylan <> | 2004-08-23 13:55:40 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-23 13:55:40 +0200 |
commit | 157a041baa7b08a718ee6f0decdc894a528b19b0 (patch) | |
tree | 90f20aaf959c3c8ca8715858972e36d667108b8c /configure.in | |
parent | 52731bec19aa7edd487206e9a9711b17afcbfff2 (diff) | |
download | mariadb-git-157a041baa7b08a718ee6f0decdc894a528b19b0.tar.gz |
bdb bugfix: LTLIBOBJS didn't take --disable-shared into account
fix for bdb not ending up into libmysqld.a
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 664ffd2a4a1..bbd0f93bfcf 100644 --- a/configure.in +++ b/configure.in @@ -2823,7 +2823,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" |