diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-01 00:40:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-01 00:40:51 +0800 |
commit | 2527e95d1d625143f14261a1c29cffa8ab3ee925 (patch) | |
tree | ea4b9ed3412bc2846477cbfd466eaed53b0b2e93 /configure.in | |
parent | 58b95a83d38fc8f4cf1d412dac9100e232664a5b (diff) | |
download | gsoc2013-evolution-2527e95d1d625143f14261a1c29cffa8ab3ee925.tar.gz gsoc2013-evolution-2527e95d1d625143f14261a1c29cffa8ab3ee925.tar.zst gsoc2013-evolution-2527e95d1d625143f14261a1c29cffa8ab3ee925.zip |
Added info about the shell changes and slightly changed the formatting for
* NEWS: Added info about the shell changes and slightly changed
the formatting for the addressbook ones.
* configure.in: Require GtkHTML 0.10.0 and GAL 0.9.0.
svn path=/trunk/; revision=11517
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 73e4150e25..d300a62424 100644 --- a/configure.in +++ b/configure.in @@ -519,8 +519,8 @@ EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(Bonobo Conf, bonobo_conf, 0.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.8.99.8) -EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.10.99) +EVO_CHECK_LIB(GAL, gal, 0.9.0) +EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.10.0) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.6) |