summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-08-06 10:49:53 +0300
committerMichael Widenius <monty@askmonty.org>2010-08-06 10:49:53 +0300
commit8b48a0aa28a7538d372146a19e836a5c3b63046a (patch)
treef1665890ef22b4f35ca0aeca4a4da844fbff7ef2 /configure.in
parent91831449227fd1a315ff8f7699e38c9a38f6b42a (diff)
downloadmariadb-git-8b48a0aa28a7538d372146a19e836a5c3b63046a.tar.gz
Fixed wrong AC_INIT
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3a46025e5a..2826ed1ab5c 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ dnl
dnl When changing the major version number please also check the switch
dnl statement in mysqlbinlog::check_master_version(). You may also need
dnl to update version.c in ndb.
-AC_INIT([MySQL Server], [5.1.49-MariaDB], [], [mysql])
+AC_INIT([MariaDB Server], [5.1.49-MariaDB], [], [mysql])
AC_CONFIG_SRCDIR([sql/mysqld.cc])
AC_CANONICAL_SYSTEM