aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-04-18 10:20:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-04-18 10:20:19 +0800
commit40c506c67235a9fb7044b13d7cc83b74122ef4e5 (patch)
tree20bbcffb512bf47c8c3a0a4a08643c5d64cb8acc
parenta3f94ff6adca233914611769b684dee3eb82e32e (diff)
downloadgsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar.gz
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar.bz2
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar.lz
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar.xz
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.tar.zst
gsoc2013-evolution-40c506c67235a9fb7044b13d7cc83b74122ef4e5.zip
Require GAL 0.19.99.13.
* configure.in: Require GAL 0.19.99.13. svn path=/trunk/; revision=16503
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0850d6fd79..d2aff80878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: Require GAL 0.19.99.13.
+
2002-04-17 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped required gal version number to 0.19.99.12.
diff --git a/configure.in b/configure.in
index 64999fddd9..4f01f831ee 100644
--- a/configure.in
+++ b/configure.in
@@ -660,7 +660,7 @@ 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.11)
-EVO_CHECK_LIB(GAL, gal, 0.19.99.12)
+EVO_CHECK_LIB(GAL, gal, 0.19.99.13)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0)
EVO_CHECK_LIB(Libsoup, soup, 0.6)