diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-05 00:41:08 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-05 00:41:08 +0000 |
commit | 6a741720e2bc6fed9cb1494b93fd433a41d0de2b (patch) | |
tree | 64cb6a053008ed9f57a1de2754297a7b65a78ed1 /configure.in | |
parent | b6942a337fd03b0f24a49f3b7336b9137828c5f4 (diff) | |
download | pango-6a741720e2bc6fed9cb1494b93fd433a41d0de2b.tar.gz |
Update to handle new line-breaking types in the Unicode 4.1 UAX#14.
2005-11-04 Behdad Esfahbod <behdad@gnome.org>
* pango/break.c: Update to handle new line-breaking types in the
Unicode 4.1 UAX#14. (#313907)
* configure.in: Bump required glib version to 2.9.0. Needed for
above-mentioned line-breaking types.
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 b553fe39..4e7e81cc 100644 --- a/configure.in +++ b/configure.in @@ -314,7 +314,7 @@ fi # # Checks for GLib # -GLIB_REQUIRED_VERSION=2.5.7 +GLIB_REQUIRED_VERSION=2.9.0 GLIB_MODULES="glib-2.0 >= $GLIB_REQUIRED_VERSION gobject-2.0 gmodule-no-export-2.0" PKG_CHECK_MODULES(GLIB, $GLIB_MODULES, :, |