summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da62514)
raw | patch | inline | side by side (parent: da62514)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 6 Aug 2016 19:13:41 +0000 (21:13 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 6 Aug 2016 19:13:41 +0000 (21:13 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 2ac9c729f70482adf83a6c8ed84f0a3782443374..bc23ef6ebb99473b15130f3ebc02db010aeaf949 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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