summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-05-26 08:04:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-05-26 08:55:36 +0200
commit3b3ba7065acd3ba783e56b568d67ace7dc352371 (patch)
tree0496d5d9ec3caa22803e345c128b28420a143901 /configure.ac
parent56d7c40e87076fbce0a402dc56ed5a3d536c36a9 (diff)
Improve error diagnostic
Change-Id: I1d7b82da3d0597aa6c5ffb251b9ad08bf464d2e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116136 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4652067a64de..3390584a841f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12961,7 +12961,7 @@ AC_SUBST(UPDATE_CONFIG)
PRIVACY_POLICY_URL="$with_privacy_policy_url"
if test "$ENABLE_ONLINE_UPDATE" = TRUE -o "$ENABLE_BREAKPAD" = "TRUE"; then
if test "x$with_privacy_policy_url" = "xundefined"; then
- AC_MSG_FAILURE([online update or breakpad/crashreporting are enabled, but no privacy url was provided])
+ AC_MSG_FAILURE([online update or breakpad/crashreporting are enabled, but no --with-privacy-policy-url=... was provided])
fi
fi
AC_SUBST(PRIVACY_POLICY_URL)