diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-30 07:52:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-30 07:52:26 +0800 |
commit | 71e948a9aea155afaea86132b3bd0b1b38655984 (patch) | |
tree | 6495f651075692c02c8ba14ba999355d645a100e /configure.in | |
parent | d55e49c51f3a45aa4fb3efe22e144bed70549f1b (diff) | |
download | gsoc2013-evolution-71e948a9aea155afaea86132b3bd0b1b38655984.tar.gz gsoc2013-evolution-71e948a9aea155afaea86132b3bd0b1b38655984.tar.zst gsoc2013-evolution-71e948a9aea155afaea86132b3bd0b1b38655984.zip |
Require GAL 0.8.99.6.
svn path=/trunk/; revision=10614
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 c9693728a6..29c081c630 100644 --- a/configure.in +++ b/configure.in @@ -498,7 +498,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3) EVO_CHECK_LIB(OAF, oaf, 0.6.2) EVO_CHECK_LIB(libglade, libglade, 0.14) EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0) -EVO_CHECK_LIB(GAL, gal, 0.8.99.5) +EVO_CHECK_LIB(GAL, gal, 0.8.99.6) dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for dnl changes in Editor.idl (menesis) |