[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Tue Jan 30 16:12:26 UTC 2018
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit dfe7da46580aa84a35b2aa00ac9ef54db08121bc
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Jan 30 18:06:39 2018 +0200
Every AC_MSG_CHECKING executed should have a matching AC_MSG_RESULT executed
Also, the message displayed by AC_MSG_CHECKING is prefixed with
"checking ", so adjust to get correct grammar.
Change-Id: I3bc109699486949256a772c6aa44b9f780e4d55b
diff --git a/configure.ac b/configure.ac
index 2780d20f7b9b..111e1c335b3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10204,7 +10204,8 @@ AC_SUBST(ENABLE_PDFIUM)
SYSTEM_GPGMEPP=
if test "$build_for_ios" = "YES"; then
- AC_MSG_CHECKING([gpgmepp disabled due to iOS])
+ AC_MSG_CHECKING([whether gpgmepp should be disabled due to iOS])
+ AC_MSG_RESULT([yes])
elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
dnl ===================================================================
dnl Check for system gpgme
More information about the Libreoffice-commits
mailing list