summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-12-06 20:09:20 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-06 20:09:20 +0000
commita6a220137b9ee36803f9ae0a8ff0577fa2859711 (patch)
tree5ec5713b748e0d2da60da8f8adfc4547910df0b4
parentbbdae5e20e4592ea21b267e59571d1b2da486dd3 (diff)
downloadpango-a6a220137b9ee36803f9ae0a8ff0577fa2859711.tar.gz
Bug 382437 – tests/testboundaries fails
2006-12-06 Behdad Esfahbod <behdad@gnome.org> Bug 382437 – tests/testboundaries fails * configure.in: Require libthai >= 0.1.7
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de2726be..45094d78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-06 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 382437 – tests/testboundaries fails
+
+ * configure.in: Require libthai >= 0.1.7
+
2006-12-04 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-render.c (_pango_cairo_renderer_draw_frame),
diff --git a/configure.in b/configure.in
index 8af8586b..eb41678d 100644
--- a/configure.in
+++ b/configure.in
@@ -394,7 +394,7 @@ fi
# Checks for LibThai
#
have_libthai=false
-LIBTHAI_REQUIRED_VERSION=0.1.3
+LIBTHAI_REQUIRED_VERSION=0.1.7
PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=true, :)
#