Commit a765bf8c authored by unknown's avatar unknown

A typo fixed.

parent 55afd242
...@@ -1310,7 +1310,7 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [ ...@@ -1310,7 +1310,7 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [
AC_ARG_WITH([example-storage-engine], AC_ARG_WITH([example-storage-engine],
[ [
--with-example-storage-engine --with-example-storage-engine
Enable the Example Storge Engine], Enable the Example Storage Engine],
[exampledb="$withval"], [exampledb="$withval"],
[exampledb=no]) [exampledb=no])
AC_MSG_CHECKING([for example storage engine]) AC_MSG_CHECKING([for example storage engine])
...@@ -1340,7 +1340,7 @@ AC_DEFUN([MYSQL_CHECK_ARCHIVEDB], [ ...@@ -1340,7 +1340,7 @@ AC_DEFUN([MYSQL_CHECK_ARCHIVEDB], [
AC_ARG_WITH([archive-storage-engine], AC_ARG_WITH([archive-storage-engine],
[ [
--with-archive-storage-engine --with-archive-storage-engine
Enable the Archive Storge Engine], Enable the Archive Storage Engine],
[archivedb="$withval"], [archivedb="$withval"],
[archivedb=no]) [archivedb=no])
AC_MSG_CHECKING([for archive storage engine]) AC_MSG_CHECKING([for archive storage engine])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment