diff options
author | ram@mysql.r18.ru <> | 2002-12-10 13:52:41 +0400 |
---|---|---|
committer | ram@mysql.r18.ru <> | 2002-12-10 13:52:41 +0400 |
commit | be4aa73f6f9b175a5f32324bc35fa7417e8cf6b7 (patch) | |
tree | 18628cc523eb4d684420e88c849817216e8b7531 /bdb/dist | |
parent | 710881e4fbc3a4586507bbf1eb3a85a7adfe0048 (diff) | |
download | mariadb-git-be4aa73f6f9b175a5f32324bc35fa7417e8cf6b7.tar.gz |
autoconf version check for BDB
Diffstat (limited to 'bdb/dist')
-rw-r--r-- | bdb/dist/configure.ac | 3 |
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) |