[Commits] [SCM] claws branch, master, updated. 3.9.1-4-gd04c724

claws at claws-mail.org claws at claws-mail.org
Thu May 9 15:27:32 CEST 2013


The branch master of project "claws" (Claws Mail) has been updated
       via  d04c724c9e74f7c5d1f247e41a21e472790d9992 (commit)
      from  3b2e2252f1a47536be2cd7ec36e01ae3fbb0c956 (commit)


- Log -----------------------------------------------------------------
commit d04c724c9e74f7c5d1f247e41a21e472790d9992
Author: Paul <paul at claws-mail.org>
Date:   Thu May 9 14:27:22 2013 +0100

    fix check for libsoup - it is not obligatory

diff --git a/configure.ac b/configure.ac
index fe73e85..6ac1b83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1107,14 +1107,17 @@ AC_SUBST(WEBKIT_LIBS)
 AC_SUBST(WEBKIT_CFLAGS)
 
 dnl libsoup ********************************************************************
-PKG_CHECK_MODULES(LIBSOUP, libsoup-2.4)
+PKG_CHECK_MODULES(LIBSOUP, libsoup-2.4, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no)
+if test x"$HAVE_LIBSOUP" = xyes; then
+	AC_DEFINE(HAVE_LIBSOUP, 1, [Define if libsoup is available])
+fi
 AC_SUBST(LIBSOUP_CFLAGS)
 AC_SUBST(LIBSOUP_LIBS)
 
 dnl libsoup-gnome **************************************************************
 PKG_CHECK_MODULES(LIBSOUP_GNOME, libsoup-gnome-2.4 >= 2.26, HAVE_LIBSOUP_GNOME=yes, HAVE_LIBSOUP_GNOME=no)
 if test x"$HAVE_LIBSOUP_GNOME" = xyes; then
-	AC_DEFINE(HAVE_LIBSOUP_GNOME, 1, [Define if libsoup is available])
+	AC_DEFINE(HAVE_LIBSOUP_GNOME, 1, [Define if libsoup_gnome is available])
 fi
 AC_SUBST(LIBSOUP_GNOME_CFLAGS)
 AC_SUBST(LIBSOUP_GNOME_LIBS)

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

Summary of changes:
 configure.ac |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list