talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 57e2da0859f4fcea4fd1d352ed09d67f5cc8111e
parent 308f9937247ca6ca0dc2ef554080705976a93a95
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed, 16 Apr 2014 20:18:52 +0200

Don't disable rssyl when checking libravatar

Diffstat:
Mconfigure.ac | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -1044,7 +1044,8 @@ dnl either yes or no, and do the AC_SUBST calls. dnl Archive: libarchive dnl Fancy: Webkit, curl, optionally libsoup-gnome dnl Gdata: libgdata -dnl Geolocation libchamplain, libsoup +dnl Geolocation: libchamplain, libsoup +dbl Libravatar: libcurl dnl Notification: optionally libnotify libindicate libcanberra_gtk hotkey dnl Pdf-Viewer: libpoppler dnl Perl: sed perl @@ -1488,7 +1489,7 @@ if test x"$enable_libravatar_plugin" != xno; then elif test x"$enable_libravatar_plugin" = xauto; then AC_MSG_RESULT(no) AC_MSG_WARN("Plugin libravatar will not be built; missing $dependencies_missing") - enable_rssyl_plugin=no + enable_libravatar_plugin=no MISSING_DEPS_PLUGINS="$MISSING_DEPS_PLUGINS libravatar" else AC_MSG_RESULT(no)