diff options
author | tim@threads.polyesthetic.msg <> | 2001-02-16 14:36:02 -0500 |
---|---|---|
committer | tim@threads.polyesthetic.msg <> | 2001-02-16 14:36:02 -0500 |
commit | 9286527fa1f43cf384603488b19a509092217b5d (patch) | |
tree | 6e4e37ef21f38e0ae44151d20b107bd717582ed9 /configure.in | |
parent | a1842febe5f0da73ebd2da621166783cc850dd93 (diff) | |
download | mariadb-git-9286527fa1f43cf384603488b19a509092217b5d.tar.gz |
Updates to use db-3.2.9a.
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" \ |