aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-13 08:51:02 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-13 08:51:02 +0800
commit2814f8d7659650aadab7790cd464707d19c97b52 (patch)
treeaf1e09b0cd4f8af8d7377f902f54e2a032119346
parente54abe319e03661b1e7d4270ddc7e4d5fc06fbf6 (diff)
downloadgsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar.gz
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar.bz2
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar.lz
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar.xz
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.tar.zst
gsoc2013-evolution-2814f8d7659650aadab7790cd464707d19c97b52.zip
Updated the required version of gal to 0.6.99.0.
2001-04-12 Christopher James Lahey <clahey@ximian.com> * configure.in: Updated the required version of gal to 0.6.99.0. svn path=/trunk/; revision=9292
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e4f63e61d..c8dbd2ccf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-12 Christopher James Lahey <clahey@ximian.com>
+
+ * configure.in: Updated the required version of gal to 0.6.99.0.
+
2001-04-11 JP Rosevear <jpr@ximian.com>
* configure.in: Check if gethostbyname_r take five params
diff --git a/configure.in b/configure.in
index b94f36e309..26665c9231 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.5.99.12, gal)
+EVO_CHECK_LIB(GAL, 0.6.99.0, 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)