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
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"
],[