diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:05:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:05:51 +0800 |
commit | 268ac19bf67195c86788f32cfbb66508013971fd (patch) | |
tree | 95bd6048e5e1cee1b56f49682282389d30260432 /configure.in | |
parent | d919cede4f6616a3b3d03fe80579ab26586b6f36 (diff) | |
download | gsoc2013-evolution-268ac19bf67195c86788f32cfbb66508013971fd.tar.gz 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.in | 2 |
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 |