summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-04-30 22:47:54 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-04-30 22:47:54 +0000
commitd2e07e467de34df79645adb08c33aefa5eaf3364 (patch)
tree29cdc68689fc008ff7e26c6773e9b0be8febfe45 /configure.in
parentb8f461e6261c85b2b1180e5c9d50a4fc854e2bf1 (diff)
downloadpango-d2e07e467de34df79645adb08c33aefa5eaf3364.tar.gz
Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)
Wed Apr 30 18:43:59 2003 Owen Taylor <otaylor@redhat.com> * configure.in modules/thai/Makefile.am modules modules/thai/thai-ft2.c modules/thai/thai-shaper.[ch] modules/thai/thai-x.c modules/thai/thai-xft.c: Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f3ad5b94..938b56d3 100644
--- a/configure.in
+++ b/configure.in
@@ -342,7 +342,7 @@ hangul_modules="hangul-x,hangul-xft"
hebrew_modules="hebrew-ft2,hebrew-x,hebrew-xft"
indic_modules="bengali-x,devanagari-x,gurmukhi-x,gujarati-x,myanmar-x,indic-xft,indic-ft2"
tamil_modules="tamil-x"
-thai_modules="thai-x,thai-xft"
+thai_modules="thai-ft2,thai-x,thai-xft"
all_modules="$arabic_modules,$basic_modules,$hangul_modules,$hebrew_modules,$indic_modules,$tamil_modules,$thai_modules"
@@ -417,6 +417,7 @@ AM_CONDITIONAL(INCLUDE_TAMIL_X,echo $included_modules | egrep '(^|,)tamil-x($|,)
AM_CONDITIONAL(INCLUDE_THAI_X,echo $included_modules | egrep '(^|,)thai-x($|,)' > /dev/null)
AM_CONDITIONAL(INCLUDE_THAI_XFT,echo $included_modules | egrep '(^|,)thai-xft($|,)' > /dev/null)
+AM_CONDITIONAL(INCLUDE_THAI_FT2,echo $included_modules | egrep '(^|,)thai-ft2($|,)' > /dev/null)
AM_CONDITIONAL(INCLUDE_INDIC_XFT,echo $included_modules | egrep '(^|,)indic-xft($|,)' > /dev/null)