summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-06-20 21:01:14 +0200
committerunknown <joreland@mysql.com>2004-06-20 21:01:14 +0200
commit8f7879831ce381b268fe24eac45d3d4b5880eb38 (patch)
tree1c6ecdfe44b0cfc7dcae7f3b8a1d461033e400e5
parent8dfe9332ed2e5166c8e41222b36bb46d397437c1 (diff)
parenta765bf8c16272c71552e16570c8ed1856c71d088 (diff)
downloadmariadb-git-8f7879831ce381b268fe24eac45d3d4b5880eb38.tar.gz
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/jonas/src/mysql-4.1
-rw-r--r--acinclude.m44
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])