diff options
author | unknown <serg@sergbook.mysql.com> | 2005-08-22 13:20:02 +0400 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2005-08-22 13:20:02 +0400 |
commit | e2c29343f8bb04598e2689355eb50ef2015e37c9 (patch) | |
tree | b42d4d6b404427d94f224df3644c23cddfa0f84b /configure.in | |
parent | 9df32ec8f8952876f10525d11d152ccbd21bfb67 (diff) | |
download | mariadb-git-e2c29343f8bb04598e2689355eb50ef2015e37c9.tar.gz |
after pull cleanup
configure.in:
don't be too restrictive
mysql-test/r/rpl_drop_db.result:
test case cleanup
mysql-test/t/rpl_drop_db.test:
test case 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 |