configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3b3ba7065acd3ba783e56b568d67ace7dc352371 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed May 26 08:04:49 2021 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits