summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-12-30 02:11:19 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2021-12-30 11:04:50 +0100
commit1c26cfdd8a7137cb6db29b1f88e5023e43f9d6e4 (patch)
tree66fcaf653d438a49d4b3c54ba928c3501d7bf673 /m4
parentc1be12396088563ed77ed61e54fd4e153469701d (diff)
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 <glogow@fbihome.de>
Diffstat (limited to 'm4')
-rw-r--r--m4/libo_externals.m42
1 files changed, 1 insertions, 1 deletions
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