summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-12-06 20:08:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-06 20:08:44 +0000
commit46ca305baed090eb531a48e476b19e0a9be673e5 (patch)
tree47e5b6446beb82eac20c3905ad1b655c85cf89dc /configure.in
parent324b628b6bb7aa5f685488eae4a2fbe2feab1fd2 (diff)
downloadpango-46ca305baed090eb531a48e476b19e0a9be673e5.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 cf27638f..da9c83ed 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, :)
#