diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-02-16 14:36:02 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-02-16 14:36:02 -0500 |
commit | 790efcea7f6eda03f66fd0fe4298b65b991261dd (patch) | |
tree | 6e4e37ef21f38e0ae44151d20b107bd717582ed9 /configure.in | |
parent | 80bca01df938a66d658882832bb69d1401322643 (diff) | |
download | mariadb-git-790efcea7f6eda03f66fd0fe4298b65b991261dd.tar.gz |
Updates to use db-3.2.9a.
acinclude.m4:
- only allow berkeley db versions 3.2.3h and 3.2.9a
configure.in:
- update how the BDB Makefile is modified
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fc175fbce47..9ad1acf2f37 100644 --- a/configure.in +++ b/configure.in @@ -1881,7 +1881,10 @@ then echo "Modifying Berkeley DB install target" sed -e '/^install:/ c\ -install: all # modified by MySQL configure' \ +install: all # modified by MySQL configure\ +dnl This is needed because in some versions of BDB the install target +dnl is continued on a second line. +mysql-noinstall-hack:' \ "$bdb/build_unix/Makefile" > ac_BDB_Makefile rm "$bdb/build_unix/Makefile" \ |