diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 |