diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-12-17 17:49:47 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-12-17 17:49:47 +0000 |
commit | 8059596d55acfea1b242053dbf77d64cae6a2b03 (patch) | |
tree | b28ae54239480a9cba652f5285c9d348c63cd452 /configure.in | |
parent | 4be3b4d6eade1ff38975e50853575adbfe60a04a (diff) | |
download | pango-8059596d55acfea1b242053dbf77d64cae6a2b03.tar.gz |
Fix a couple of typos in the handling of tibetan for
Fri Dec 17 12:44:10 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Fix a couple of typos in the handling of
tibetan for --with-included-modules. (#161501, Sebastien Bacher)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d50945cf..5f283583 100644 --- a/configure.in +++ b/configure.in @@ -332,9 +332,9 @@ hebrew_modules="hebrew-fc" indic_modules="indic-fc" syriac_modules="syriac-fc" thai_modules="thai-fc" -tibetan_modules="tibetan_fc" +tibetan_modules="tibetan-fc" -all_modules="$arabic_modules,$basic_modules,$hangul_modules,$hebrew_modules,$indic_modules,$syriac_modules,$thai_modules,tibetan_modules" +all_modules="$arabic_modules,$basic_modules,$hangul_modules,$hebrew_modules,$indic_modules,$syriac_modules,$thai_modules,$tibetan_modules" included_modules="" if test "x$with_included_modules" != xno || test "x$with_included_modules" = x ; then |