summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-06-16 20:08:21 +0000
committerColin Walters <walters@verbum.org>2020-06-16 20:08:21 +0000
commit84b981a2ef65b46040f7529839448d9219687ac8 (patch)
tree4ab983fbe7698295c2ce07a9c7a72f44eb18cefb
parentcd5a57e8ddfe2b847cf0466808daeee78fcf5a9c (diff)
parent3f38e98a3919c9e0e3e84e17cf8962d2d52ed73e (diff)
downloadlibglnx-84b981a2ef65b46040f7529839448d9219687ac8.tar.gz
Merge branch 'fix-wrpseudo-grammar' into 'master'
libglnx.m4: Fix grammar in help string See merge request GNOME/libglnx!17
-rw-r--r--libglnx.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/libglnx.m4 b/libglnx.m4
index 5922805..5a72e98 100644
--- a/libglnx.m4
+++ b/libglnx.m4
@@ -25,10 +25,10 @@ AS_IF([test $enable_otmpfile = yes], [], [
AC_ARG_ENABLE(wrpseudo-compat,
[AS_HELP_STRING([--enable-wrpseudo-compat],
- [Disable use syscall() and filesystem calls to for compatibility with wrpseudo [default=no]])],,
+ [Disable use of syscall() in some cases for compatibility with pseudo [default=no]])],,
[enable_wrpseudo_compat=no])
AS_IF([test $enable_wrpseudo_compat = no], [], [
- AC_DEFINE([ENABLE_WRPSEUDO_COMPAT], 1, [Define if we should be compatible with wrpseudo])])
+ AC_DEFINE([ENABLE_WRPSEUDO_COMPAT], 1, [Define if we should be compatible with pseudo])])
dnl end LIBGLNX_CONFIGURE
])