X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=f9bb378f84c050c25dce073722cca744b5ae371f;hb=178bafa2df4f8aed33772af00ebe69f6359c879a;hp=69824a6647db58322a942a4056ddc673449295dd;hpb=474d70e02d04de92aa7503b3887989729bbbff02;p=collectd.git diff --git a/configure.ac b/configure.ac index 69824a66..f9bb378f 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