From: Iain Lane Date: Wed, 14 Aug 2019 08:36:43 +0000 (+0100) Subject: build: Don't check for libecal X-Git-Tag: archive/raspbian/3.0.2-9+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ffa0eae4a344145010a126a3b1f61972881f2684;p=abiword.git 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 --- 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" ],[