Fixed wrong AC_INIT

This commit is contained in:
Michael Widenius 2010-08-06 10:49:53 +03:00
parent 9183144922
commit 8b48a0aa28

View File

@ -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