aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-01-26 00:28:38 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-01-26 00:28:38 +0800
commitc8be2f1e11db063acb48c73c15fe56d5e14a4bfa (patch)
treee898d0f585472bdce431a823ba4c310327ad0573
parent8c1034e61df098f547289a7b55f8923a8c60b54c (diff)
downloadgsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar.gz
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar.bz2
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar.lz
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar.xz
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.tar.zst
gsoc2013-evolution-c8be2f1e11db063acb48c73c15fe56d5e14a4bfa.zip
Require gal 0.19.99.1.
* configure.in: Require gal 0.19.99.1. svn path=/trunk/; revision=15470
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ff23b3369..10f3d8b135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-25 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: Require gal 0.19.99.1.
+
2002-01-24 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Define a new macro EVO_SET_COMPILE_FLAGS. Define
diff --git a/configure.in b/configure.in
index a3c40eaf24..b2326603e8 100644
--- a/configure.in
+++ b/configure.in
@@ -579,7 +579,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.18.1)
+EVO_CHECK_LIB(GAL, gal, 0.19.99.1)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0)
EVO_CHECK_LIB(Libsoup, soup, 0.6)