diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-04-25 23:07:49 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-04-25 23:07:49 +0800 |
commit | 35c14a747f8a26cd0bdbfe395b54c6312d373840 (patch) | |
tree | b7fad485df560fdade4f7529d02d0f05dfcbfd56 | |
parent | 43ad2d5fe38bdfea679c9d4e2b28faeabf35cbf7 (diff) | |
download | gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar.gz gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar.bz2 gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar.lz gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar.xz gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.tar.zst gsoc2013-evolution-35c14a747f8a26cd0bdbfe395b54c6312d373840.zip |
Bump libsoup requires.
2005-04-25 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Bump libsoup requires.
svn path=/trunk/; revision=29228
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-04-25 Harish Krishnaswamy <kharish@novell.com> + + * configure.in: Bump libsoup requires. + 2005-04-20 James Henstridge <james@jamesh.id.au> * configure.in (EVO_SET_COMPILE_FLAGS): fix up macro so that it diff --git a/configure.in b/configure.in index 52b16c9480..db8523f1d4 100644 --- a/configure.in +++ b/configure.in @@ -1198,7 +1198,7 @@ AC_SUBST(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS) fi dnl --- evolution-calendar flags -EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.2.0) +EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.2.2) AC_SUBST(LIBSOUP_CFLAGS) AC_SUBST(LIBSOUP_LIBS) |