summaryrefslogtreecommitdiff
path: root/bdb
diff options
context:
space:
mode:
authorunknown <ram@mysql.r18.ru>2002-12-10 13:52:41 +0400
committerunknown <ram@mysql.r18.ru>2002-12-10 13:52:41 +0400
commit3ed826c68e0e20909bb659faebad13c9c0d1aac0 (patch)
tree18628cc523eb4d684420e88c849817216e8b7531 /bdb
parent3b33f0c2c14c9e210b81d8ee784c75f83ce99636 (diff)
downloadmariadb-git-3ed826c68e0e20909bb659faebad13c9c0d1aac0.tar.gz
autoconf version check for BDB
Diffstat (limited to 'bdb')
-rw-r--r--bdb/dist/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdb/dist/configure.ac b/bdb/dist/configure.ac
index 4a747cfe3b6..a61b8595322 100644
--- a/bdb/dist/configure.ac
+++ b/bdb/dist/configure.ac
@@ -17,6 +17,9 @@ AC_MSG_CHECKING(if building in the top-level directory)
Berkeley DB cannot be built in the top-level distribution directory.])
AC_MSG_RESULT(no)
+# Minimum autoconf version required.
+AC_PREREQ(2.53)
+
# Substitution variables.
AC_SUBST(ADDITIONAL_INCS)
AC_SUBST(ADDITIONAL_LANG)