[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 26 06:56:16 UTC 2021
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3b3ba7065acd3ba783e56b568d67ace7dc352371
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed May 26 08:04:49 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed May 26 08:55:36 2021 +0200
Improve error diagnostic
Change-Id: I1d7b82da3d0597aa6c5ffb251b9ad08bf464d2e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116136
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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)
More information about the Libreoffice-commits
mailing list