configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9520c38b0b1197a49499afb3276f999a530cf778
Author:     Mike Kaganski <[email protected]>
AuthorDate: Mon Nov 13 14:40:13 2023 +0100
Commit:     Mike Kaganski <[email protected]>
CommitDate: Mon Nov 13 19:51:44 2023 +0100

    Fix a typo
    
    Change-Id: I95404a278b53d7021adacd99ee7482592c0eb8e7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159245
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/configure.ac b/configure.ac
index 8310001dcb3f..5c78e2bd2f6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12681,7 +12681,7 @@ AC_MSG_CHECKING([whether to enable gpgmepp])
 if test "$enable_gpgmepp" = no; then
     AC_MSG_RESULT([no])
 elif test "$enable_mpl_subset" = "yes"; then
-    AC_MSG_RESULT([no (MPL only])
+    AC_MSG_RESULT([no (MPL only)])
 elif test "$enable_fuzzers" = "yes"; then
     AC_MSG_RESULT([no (oss-fuzz)])
 elif test \( \( "$_os" = "Linux" -o "$_os" = "Darwin" \) -a "$ENABLE_NSS" = 
TRUE \) -o "$_os" = "WINNT" ; then

Reply via email to