From: Paul Date: Sun, 11 Oct 2015 11:28:22 +0000 (+0100) Subject: don't check for libchamplain, thanks to Páder Rezső X-Git-Tag: 3.13.1~106 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=6364e0fd9b9dac82744be6a890c2a99dffc883a4 don't check for libchamplain, thanks to Páder Rezső --- diff --git a/configure.ac b/configure.ac index d9a5bd91b..0d1ed294f 100644 --- a/configure.ac +++ b/configure.ac @@ -1284,17 +1284,6 @@ fi AC_SUBST(CM_NP_HOTKEY_CFLAGS) AC_SUBST(CM_NP_HOTKEY_LIBS) -dnl libchamplain *************************************************************** -CHAMPLAIN_MODULE=champlain-gtk-0.4 -CHAMPLAIN_VERSION=0.4.0 -PKG_CHECK_EXISTS(champlain-gtk-0.6 > 0.6.0,[CHAMPLAIN_MODULE=champlain-gtk-0.6 - CHAMPLAIN_VERSION=0.6.0], []) -PKG_CHECK_EXISTS(champlain-gtk-0.8 > 0.8.0,[CHAMPLAIN_MODULE=champlain-gtk-0.8 - CHAMPLAIN_VERSION=0.8.0], []) -PKG_CHECK_MODULES(CHAMPLAIN, [$CHAMPLAIN_MODULE >= $CHAMPLAIN_VERSION clutter-gtk-0.10], HAVE_CHAMPLAIN=yes, HAVE_CHAMPLAIN=no) -AC_SUBST(CHAMPLAIN_CFLAGS) -AC_SUBST(CHAMPLAIN_LIBS) - dnl Third, we now cross the requested plugins and the available dependencies dnl If some dependencies are missing and the plugin was explicitely enabled, dnl we error out, else we only inform.