diff options
author | unknown <serg@sergbook.mysql.com> | 2005-08-14 14:06:47 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2005-08-14 14:06:47 +0200 |
commit | ec619beb40bae49543674c18d434cc8a605a722c (patch) | |
tree | 8bd06c15ac830e8f0e18a10cdbc102301f36c8ae /configure.in | |
parent | 731f47207282ae1f260d2886a315d2b4f42a59ba (diff) | |
download | mariadb-git-ec619beb40bae49543674c18d434cc8a605a722c.tar.gz |
client/mysql.cc
mysql default port cleanup (it's set in libmysql.c, NOT in my_getopt)
configure.in
autoconf 2.52 is enough to build mysql-5.0
client/mysql.cc:
mysql default port cleanup (it's set in libmysql.c, NOT in my_getopt)
configure.in:
autoconf 2.52 is enough to build mysql-5.0
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 aeb057509bf..e06f32f5e97 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- ksh -*- dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57)dnl Minimum Autoconf version required. +AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM |