evolution-rss r262 - trunk
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r262 - trunk
- Date: Tue, 6 May 2008 06:13:01 +0100 (BST)
Author: lucilanga
Date: Tue May 6 05:12:56 2008
New Revision: 262
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=262&view=rev
Log:
enforce libsoup-2.4 for evo>2.21
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue May 6 05:12:56 2008
@@ -82,6 +82,9 @@
dnl locate libsoup flavour
SOUP=
PKG_CHECK_MODULES([LIBSOUP_24], libsoup-2.4, [SOUP=2.4], [SOUP=])
+if test "x$SOUP" != "x2.4" -a "$evolution_exec_int" -ge "22190"; then
+ AC_MSG_ERROR([libsoup-2.4 devel headers required])
+else
if test "x$SOUP" != "x2.4"; then
PKG_CHECK_MODULES([LIBSOUP_22], libsoup-2.2, [SOUP=2.2], [SOUP=])
fi
@@ -90,6 +93,7 @@
else
SOUP="-$SOUP"
fi
+fi
dnl base packages and versions
LIBGTK_REQUIRED=2.4.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]