From ffa0eae4a344145010a126a3b1f61972881f2684 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Wed, 14 Aug 2019 09:36:43 +0100 Subject: [PATCH] build: Don't check for libecal We use libebook only, not libecal. In version 3.33, libecal has changed API name and so this unnecessary check will start to break the build of AbiWord soon. Forwarded: https://gitlab.gnome.org/World/AbiWord/merge_requests/3 Gbp-Pq: Name build-Don-t-check-for-libecal.patch --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 48228be..9ba2ec1 100644 --- a/configure.ac +++ b/configure.ac @@ -477,9 +477,9 @@ AM_CONDITIONAL([WITH_REDLAND], test "$abi_cv_redland" = "yes") AM_CONDITIONAL([HAVE_REDLAND], test "$abi_cv_redland" = "yes") -evolution_data_server_req='libebook-1.2 >= 3.6 libecal-1.2' +evolution_data_server_req='libebook-1.2 >= 3.6' AC_ARG_WITH([evolution_data_server], - [AS_HELP_STRING([--with-evolution-data-server], [Use Evolution Data Server to get at contact and calendar information])], + [AS_HELP_STRING([--with-evolution-data-server], [Use Evolution Data Server to get at contact information])], [ abi_cv_evolution_data_server="$withval" ],[ -- 2.30.2