summaryrefslogtreecommitdiff
path: root/m4/ax_lib_sqlite3.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_lib_sqlite3.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_lib_sqlite3.m4')
-rw-r--r--m4/ax_lib_sqlite3.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_lib_sqlite3.m4 b/m4/ax_lib_sqlite3.m4
index 65ffcfe..2702fce 100644
--- a/m4/ax_lib_sqlite3.m4
+++ b/m4/ax_lib_sqlite3.m4
@@ -36,7 +36,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 10
+#serial 11
AC_DEFUN([AX_LIB_SQLITE3],
[
@@ -143,7 +143,7 @@ AC_DEFUN([AX_LIB_SQLITE3],
if test $ac_sqlite3_version != ""; then
SQLITE3_VERSION=$ac_sqlite3_version
else
- AC_MSG_WARN([Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!])
+ AC_MSG_WARN([Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!])
fi
fi