diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-26 00:28:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-01-26 00:28:38 +0800 |
commit | c8be2f1e11db063acb48c73c15fe56d5e14a4bfa (patch) | |
tree | e898d0f585472bdce431a823ba4c310327ad0573 /configure.in | |
parent | 8c1034e61df098f547289a7b55f8923a8c60b54c (diff) | |
download | gsoc2013-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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |