summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-08-19 13:08:33 +0200
committerPeter Simons <simons@cryp.to>2010-08-19 13:08:52 +0200
commit64514aefdfef4f4f25c67ea8e0df1c37c647c54a (patch)
tree0224095c7ba946dda2269a9e85c308a10017f711 /m4
parentcc5cd7da893be7bf091ed2295eb72d374eff89d8 (diff)
downloadautoconf-archive-64514aefdfef4f4f25c67ea8e0df1c37c647c54a.tar.gz
AX_LIB_MYSQL: dropped trailing white space
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_lib_mysql.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_lib_mysql.m4 b/m4/ax_lib_mysql.m4
index 8a03a83..e27d755 100644
--- a/m4/ax_lib_mysql.m4
+++ b/m4/ax_lib_mysql.m4
@@ -43,7 +43,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 11
+#serial 12
AC_DEFUN([AX_LIB_MYSQL],
[
@@ -140,7 +140,7 @@ AC_DEFUN([AX_LIB_MYSQL],
AC_DEFINE([HAVE_MYSQL], [1],
[Define to 1 if MySQL libraries are available])
fi
-
+
AC_SUBST([MYSQL_VERSION])
AC_SUBST([MYSQL_CFLAGS])
AC_SUBST([MYSQL_LDFLAGS])