diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-10-23 06:02:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-23 06:02:38 +0800 |
commit | c49ecfb21d284fce9ddc4b88920d8a57fa253ca6 (patch) | |
tree | 09ee0eccb1af4f292ca99cdd92793df015e2ab5c /configure.ac | |
parent | 2432ddfee8e21a62a80e94d875508242a8034015 (diff) | |
download | gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar.gz gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar.bz2 gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar.lz gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar.xz gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.tar.zst gsoc2013-epiphany-c49ecfb21d284fce9ddc4b88920d8a57fa253ca6.zip |
Updating glib requirement
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 993ac5705..c4dcfa43e 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AM_MAINTAINER_MODE AC_PROG_INTLTOOL([0.29]) -GLIB_REQUIRED=2.5.3 +GLIB_REQUIRED=2.5.4 PANGO_REQUIRED=1.5.1 GTK_REQUIRED=2.5.4 LIBXML_REQUIRED=2.6.6 |