aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-04-23 05:50:34 +0800
committerChris Lahey <clahey@src.gnome.org>2002-04-23 05:50:34 +0800
commita51f73e8ff7d0442a26e02273ba6c24a6c43bb13 (patch)
treea82bbfcfc44d69c8c043ec7791e35b27a863022d
parentacf4bad9d022d9d4c69e7d05877194157f3fd31c (diff)
downloadgsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.gz
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.bz2
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.lz
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.xz
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.tar.zst
gsoc2013-evolution-a51f73e8ff7d0442a26e02273ba6c24a6c43bb13.zip
Require gal 0.19.99.14.
2002-04-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.19.99.14. svn path=/trunk/; revision=16560
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2aff80878..2ae0b81020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-22 Christopher James Lahey <clahey@ximian.com>
+
+ * configure.in: Require gal 0.19.99.14.
+
2002-04-17 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Require GAL 0.19.99.13.
diff --git a/configure.in b/configure.in
index 4f01f831ee..d037fe5ec2 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.13)
+EVO_CHECK_LIB(GAL, gal, 0.19.99.14)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0)
EVO_CHECK_LIB(Libsoup, soup, 0.6)