aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-05-06 00:28:29 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-05-06 00:28:29 +0800
commit1a2b496879af816cffe1e98b4368e99dd7b53c5f (patch)
tree8e4313161f749369684018d823a592c3a5659acc /configure.in
parent6e410c7ebd3b7e693b1bb6882f9d392b26d312cc (diff)
downloadgsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.gz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.bz2
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.lz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.xz
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.tar.zst
gsoc2013-evolution-1a2b496879af816cffe1e98b4368e99dd7b53c5f.zip
upped required gtkhtml version to 0.9.3, even that is not enough for idl
2001-05-05 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: upped required gtkhtml version to 0.9.3, even that is not enough for idl changes. * README: you need LIB_XML_1_BRANCH. updated all version requirements from configure.in svn path=/trunk/; revision=9683
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b79126efa2..2516956a60 100644
--- a/configure.in
+++ b/configure.in
@@ -304,12 +304,14 @@ fi
dnl ***************
dnl GNOME Libraries
dnl ***************
-EVO_CHECK_LIB(Bonobo, 0.36, bonobox)
-EVO_CHECK_LIB(OAF, 0.6, oaf)
+EVO_CHECK_LIB(Bonobo, 0.37, bonobox)
+EVO_CHECK_LIB(OAF, 0.6.2, oaf)
EVO_CHECK_LIB(libglade, 0.14, libglade)
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, 0.9.0, gnomecanvaspixbuf)
EVO_CHECK_LIB(GAL, 0.7.99.2, gal)
-EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml)
+dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for
+dnl changes in Editor.idl (menesis)
+EVO_CHECK_LIB(GtkHTML, 0.9.3, gtkhtml)
EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs)
EVO_CHECK_LIB(libxml, 1.8.10, xml)