From: Ruben Kerkhof Date: Sat, 6 Aug 2016 19:13:41 +0000 (+0200) Subject: configure.ac: don't break Vim syntax highlighting X-Git-Tag: collectd-5.6.0~94^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=673fec72cf9ec4b31960bc5559023cfcaee28e0d;p=collectd.git configure.ac: don't break Vim syntax highlighting --- diff --git a/configure.ac b/configure.ac index 2ac9c729..bc23ef6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1444,15 +1444,15 @@ if test "x$have_getmntent" = "xc"; then fi if test "x$have_getmntent" = "xsun"; then AC_DEFINE(HAVE_SUN_GETMNTENT, 1, - [Define if the function getmntent exists. It's the version from libsun.]) + [Define if the function getmntent exists. It is the version from libsun.]) fi if test "x$have_getmntent" = "xseq"; then AC_DEFINE(HAVE_SEQ_GETMNTENT, 1, - [Define if the function getmntent exists. It's the version from libseq.]) + [Define if the function getmntent exists. It is the version from libseq.]) fi if test "x$have_getmntent" = "xgen"; then AC_DEFINE(HAVE_GEN_GETMNTENT, 1, - [Define if the function getmntent exists. It's the version from libgen.]) + [Define if the function getmntent exists. It is the version from libgen.]) fi # Check for htonll