summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 82fefaa69a..7cbd11d98d 100755
--- a/configure
+++ b/configure
@@ -6635,6 +6635,13 @@ if [ "$CFG_OPENSSL" = "linked" ] && [ "$OPENSSL_LIBS" = "" ]; then
echo "library names through OPENSSL_LIBS."
echo "For example:"
echo " OPENSSL_LIBS='-L/opt/ssl/lib -lssl -lcrypto' ./configure -openssl-linked"
+fi
+if [ "$CFG_JOURNALD" = "yes" ] || [ "$CFG_SLOG2" = "yes"]; then
+ echo
+ echo "NOTE: journald or slog2 integration is enabled."
+ echo "If your users intend on developing applications against this build,"
+ echo "ensure that the IDEs they use either set QT_LOGGING_TO_CONSOLE to 1"
+ echo "or the IDE is able to read the logged output from journald or slog2."
echo
fi
if [ "$CFG_XKBCOMMON" = "qt" ] && [ "$CFG_XKB_CONFIG_ROOT" = "not found" ]; then