Skip to content
Snippets Groups Projects
Commit 3f38e98a authored by Matthew Leeds's avatar Matthew Leeds
Browse files

libglnx.m4: Fix grammar in help string

parent 3c285a7b
Branches
Tags
No related merge requests found
......@@ -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
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment