diff options
author | unknown <joerg@trift2.> | 2007-01-09 12:21:06 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-01-09 12:21:06 +0100 |
commit | 9ca3f7c9453b20d07efa82b1ab92db24ba25894b (patch) | |
tree | 8cb2774f780eda2e8cf71036f4adadfad55ebc31 /configure.in | |
parent | d7c7060d67adc0fcc3ed244e2028973bb087fe06 (diff) | |
download | mariadb-git-9ca3f7c9453b20d07efa82b1ab92db24ba25894b.tar.gz |
configure.in : Fix a wrong comment.
configure.in:
Fix a wrong comment (as of 5.1, there is no separate keeping of NDB version numbers).
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 a799780d6ed..53cf94e08b7 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -# remember to also change ndb version below and update version.c in ndb +# remember to also update version.c in ndb AM_INIT_AUTOMAKE(mysql, 5.1.15-beta) AM_CONFIG_HEADER(config.h) |