diff options
author | serg@sergbook.mysql.com <> | 2005-08-22 13:20:02 +0400 |
---|---|---|
committer | serg@sergbook.mysql.com <> | 2005-08-22 13:20:02 +0400 |
commit | eadb86d56f0fe01b7ad69199530e3b19f8e93027 (patch) | |
tree | b42d4d6b404427d94f224df3644c23cddfa0f84b /configure.in | |
parent | d9e3ad09e5d2bc72e1457588d4ef80c0d9a75bab (diff) | |
download | mariadb-git-eadb86d56f0fe01b7ad69199530e3b19f8e93027.tar.gz |
after pull cleanup
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 9e370dfa680..b9167db2e8f 100644 --- a/configure.in +++ b/configure.in @@ -118,7 +118,7 @@ AC_SUBST(SAVE_LDFLAGS) AC_SUBST(SAVE_CXXLDFLAGS) AC_SUBST(CXXLDFLAGS) -AC_PREREQ(2.57)dnl Minimum Autoconf version required. +AC_PREREQ(2.52)dnl Minimum Autoconf version required. #AC_ARG_PROGRAM # Automaticly invoked by AM_INIT_AUTOMAKE AM_SANITY_CHECK |