summaryrefslogtreecommitdiff
path: root/m4/ax_check_mysql.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-07-17 17:39:49 +0200
committerPeter Simons <simons@cryp.to>2011-07-17 17:48:52 +0200
commit756c399edef5a71f73f05b61cefde0ba4842e6c5 (patch)
treeb52a0e1cd1a85aad93a947c08078322a4ce0eb3d /m4/ax_check_mysql.m4
parent787ae2d35c7bf6b6a52a802a281b9f347137b551 (diff)
downloadautoconf-archive-756c399edef5a71f73f05b61cefde0ba4842e6c5.tar.gz
Fixed minor spelling errors detected by gnulib's QA module.v2011.07.17
Diffstat (limited to 'm4/ax_check_mysql.m4')
-rw-r--r--m4/ax_check_mysql.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_check_mysql.m4 b/m4/ax_check_mysql.m4
index 7c57300..80e31ad 100644
--- a/m4/ax_check_mysql.m4
+++ b/m4/ax_check_mysql.m4
@@ -16,7 +16,7 @@
#
# In detail, AX_CHECK_MYSQL will automatically look for a MySQL
# installation in the directories that a mysql source or binary install
-# typically install to. AX_CHECK_MYSQL will throw an error if it can not
+# typically install to. AX_CHECK_MYSQL will throw an error if it cannot
# find one, and it is required.
#
# AX_CHECK_MYSQL can also check for specific variables passed regarding a
@@ -58,7 +58,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 1
+#serial 2
AC_ARG_WITH(mysql,AS_HELP_STRING([--with-mysql],[root of the MySQL installation]))
AC_ARG_WITH(mysql_plugin,AS_HELP_STRING([--with-mysql-plugin],[path to the MySQL installation plugin directory]))
@@ -199,7 +199,7 @@ AC_DEFUN([AX_CHECK_MYSQL],[
fi
- # If MySQL still can not find a valid installation, an error/warning message is thrown.
+ # If MySQL still cannot find a valid installation, an error/warning message is thrown.
AC_SUBST(MYSQL,$mysql_test)
if test "$mysql_issue" != ""
then