diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-13 08:51:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-13 08:51:02 +0800 |
commit | 2814f8d7659650aadab7790cd464707d19c97b52 (patch) | |
tree | af1e09b0cd4f8af8d7377f902f54e2a032119346 | |
parent | e54abe319e03661b1e7d4270ddc7e4d5fc06fbf6 (diff) | |
download | gsoc2013-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-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |