summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-28 20:52:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-28 20:52:00 +0000
commitdab7dc35f2cc43255ea907fc7b8fc507a895db77 (patch)
tree58c14ec57c41d82498103b6bca00e7e90e354100 /configure.in
parent83c88782dc26f10146b67880e9d786ff068bc95e (diff)
downloadpango-dab7dc35f2cc43255ea907fc7b8fc507a895db77.tar.gz
Bug 410152 – testboundaries test fails
2007-08-28 Behdad Esfahbod <behdad@gnome.org> Bug 410152 – testboundaries test fails * configure.in: Require libthai >= 0.1.9 svn path=/trunk/; revision=2416
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 b1efa989..e82824b9 100644
--- a/configure.in
+++ b/configure.in
@@ -436,7 +436,7 @@ fi
# Checks for LibThai
#
have_libthai=false
-LIBTHAI_REQUIRED_VERSION=0.1.7
+LIBTHAI_REQUIRED_VERSION=0.1.9
PKG_CHECK_MODULES(LIBTHAI, libthai >= $LIBTHAI_REQUIRED_VERSION, have_libthai=true, AC_MSG_RESULT([no]))
#