aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-25 00:21:59 +0800
committerDan Winship <danw@src.gnome.org>2001-04-25 00:21:59 +0800
commit2ab420a8580625decbc551ce4a0808ee0facb78b (patch)
tree42ba9d076f029680d2e37244f10d1f1d3e45bcef
parent5c4d74123f56fd389c0a21d0a07ede5fd62b5eaf (diff)
downloadgsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar.gz
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar.bz2
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar.lz
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar.xz
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.tar.zst
gsoc2013-evolution-2ab420a8580625decbc551ce4a0808ee0facb78b.zip
Bump up the gal requirement
* configure.in: Bump up the gal requirement svn path=/trunk/; revision=9546
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91d2e43607..c03b1e1ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-24 Dan Winship <danw@ximian.com>
+
+ * configure.in: Bump up the gal requirement
+
2001-04-23 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Don't autogen the the Makefile for the importer
diff --git a/configure.in b/configure.in
index 1810e6e986..190a813d02 100644
--- a/configure.in
+++ b/configure.in
@@ -307,7 +307,7 @@ EVO_CHECK_LIB(Bonobo, 0.36, bonobox)
EVO_CHECK_LIB(OAF, 0.6, 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.6.99.0, gal)
+EVO_CHECK_LIB(GAL, 0.7.99.2, gal)
EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml)
EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs)
EVO_CHECK_LIB(libxml, 1.8.10, xml)