m4/libo_externals.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c26cfdd8a7137cb6db29b1f88e5023e43f9d6e4
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Thu Dec 30 02:11:19 2021 +0100
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Thu Dec 30 11:04:50 2021 +0100

    libo_CSM: better output for disabed tests
    
    Change-Id: Id912495169b6c83ce9798a13d24e1cf4b9e83a52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127723
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <[email protected]>

diff --git a/m4/libo_externals.m4 b/m4/libo_externals.m4
index 19ad2bae532f..96a458658445 100644
--- a/m4/libo_externals.m4
+++ b/m4/libo_externals.m4
@@ -104,7 +104,7 @@ else
         if test "$test_$1" != no -a "$enable_$1" = no; then
             AC_MSG_RESULT([disabled])
         else
-            AC_MSG_RESULT([ignored / not supported by OS])
+            AC_MSG_RESULT([not tested])
         fi
     fi
 fi

Reply via email to