[Commits] [SCM] claws branch, master, updated. 3.11.1-1-g3a0c349

claws at claws-mail.org claws at claws-mail.org
Tue Oct 28 12:17:01 CET 2014


The branch, master has been updated
       via  3a0c349bc80e67dfb72d6fbeb19ff5d76dbce3bc (commit)
      from  38cded41f9cbe1ad78d9b2af24c1ab0e6ddfc01c (commit)

Summary of changes:
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 3a0c349bc80e67dfb72d6fbeb19ff5d76dbce3bc
Author: Paul <paul at claws-mail.org>
Date:   Tue Oct 28 11:16:45 2014 +0000

    build libindicate support with indicate 0.6 and indicate 0.7

diff --git a/configure.ac b/configure.ac
index 13fad10..3966e41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1262,11 +1262,13 @@ AC_SUBST(libcanberra_gtk_CFLAGS)
 AC_SUBST(libcanberra_gtk_LIBS)
 
 dnl libindicate ****************************************************************
-dnl We support either 0.3+ or 0.5+
+dnl We support either 0.3+ or 0.5+ or 0.6+ or 0.7+
 LIBINDICATE_MODULE=indicate
 LIBINDICATE_REQUIRED=0.3.0
 
 PKG_CHECK_EXISTS(indicate-0.5 >= 0.5.0, LIBINDICATE_MODULE=indicate-0.5)
+PKG_CHECK_EXISTS(indicate-0.6 >= 0.6.0, LIBINDICATE_MODULE=indicate-0.6)
+PKG_CHECK_EXISTS(indicate-0.7 >= 0.7.0, LIBINDICATE_MODULE=indicate-0.7)
 PKG_CHECK_MODULES(libindicate, $LIBINDICATE_MODULE >= $LIBINDICATE_REQUIRED, HAVE_LIBINDICATE=yes, HAVE_LIBINDICATE=no)
 if test x"$HAVE_LIBINDICATE" = xyes; then
 	AC_DEFINE(NOTIFICATION_INDICATOR, 1, [Activate support for indicators])

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list