diff options
author | unknown <konstantin@mysql.com> | 2004-06-20 20:27:50 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-06-20 20:27:50 +0400 |
commit | a765bf8c16272c71552e16570c8ed1856c71d088 (patch) | |
tree | e62fe4dd8b429120be0330d4edacfb8d16669912 /acinclude.m4 | |
parent | 55afd242ee6381f814e1bc0c3299bb8e7b69ea1b (diff) | |
download | mariadb-git-a765bf8c16272c71552e16570c8ed1856c71d088.tar.gz |
A typo fixed.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2af463627f7..30bb1549715 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1310,7 +1310,7 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [ AC_ARG_WITH([example-storage-engine], [ --with-example-storage-engine - Enable the Example Storge Engine], + Enable the Example Storage Engine], [exampledb="$withval"], [exampledb=no]) AC_MSG_CHECKING([for example storage engine]) @@ -1340,7 +1340,7 @@ AC_DEFUN([MYSQL_CHECK_ARCHIVEDB], [ AC_ARG_WITH([archive-storage-engine], [ --with-archive-storage-engine - Enable the Archive Storge Engine], + Enable the Archive Storage Engine], [archivedb="$withval"], [archivedb=no]) AC_MSG_CHECKING([for archive storage engine]) |