aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:05:51 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:05:51 +0800
commit268ac19bf67195c86788f32cfbb66508013971fd (patch)
tree95bd6048e5e1cee1b56f49682282389d30260432 /configure.in
parentd919cede4f6616a3b3d03fe80579ab26586b6f36 (diff)
downloadgsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.gz
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.bz2
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.lz
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.xz
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.zst
gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.zip
Update Soup information and remove hard spaces.
* README: Update Soup information and remove hard spaces. * configure.in: Check for Soup 0.7 or later. [Hm, we should make sure that it's actually a 0.7.x version.] svn path=/trunk/; revision=17673
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2ae87ac430..9bed329356 100644
--- a/configure.in
+++ b/configure.in
@@ -546,7 +546,7 @@ EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11)
EVO_CHECK_LIB(GAL, gal, 0.19.99.17)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1)
-EVO_CHECK_LIB(Libsoup, soup, 0.6)
+EVO_CHECK_LIB(Libsoup, soup, 0.7)
AM_PATH_GCONF(1.0)
if test "x$GCONF_CFLAGS" = "x" ; then