summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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, :)
#