diff options
author | Matthew Leeds <matthew.leeds@endlessm.com> | 2020-06-11 16:28:19 -0700 |
---|---|---|
committer | Matthew Leeds <matthew.leeds@endlessm.com> | 2020-06-11 16:28:19 -0700 |
commit | 3f38e98a3919c9e0e3e84e17cf8962d2d52ed73e (patch) | |
tree | 68a8cea877bb08d5084aaed72b08772013b4a5e9 /libglnx.m4 | |
parent | 3c285a7b3a3335a24aadd56df6d7bb0beb0604e8 (diff) | |
download | libglnx-3f38e98a3919c9e0e3e84e17cf8962d2d52ed73e.tar.gz |
libglnx.m4: Fix grammar in help string
Diffstat (limited to 'libglnx.m4')
-rw-r--r-- | libglnx.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ]) |