diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-26 09:19:11 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-07-26 09:19:11 +0000 |
commit | e88aafe4ca4779a73487925dea63e8b55dc5e251 (patch) | |
tree | 919e3241814583611d022541e94867b2d9a51789 /Build/source/libs/configure.in | |
parent | 303b10f969384002e95d0fbe559a0151f601b811 (diff) |
added teckit support to configure/make scripts
git-svn-id: svn://tug.org/texlive/trunk@1919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r-- | Build/source/libs/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in index 6b767a056d0..0344c31a1f3 100644 --- a/Build/source/libs/configure.in +++ b/Build/source/libs/configure.in @@ -28,6 +28,7 @@ sinclude(freetype2/withenable.ac) sinclude(freetype2/freetype2.ac) sinclude(icu-xetex/withenable.ac) sinclude(icu-xetex/icu-xetex.ac) +sinclude(teckit/teckit.ac) # The following line helps, e.g. for ncurses which properly detects the # system's terminfo definitions if configured without explicit --prefix. @@ -55,6 +56,9 @@ if test "x$needs_icu" != xno && test "$using_system_icu" != yes; then ac_configure_args="$ac_configure_args --enable-static" AC_CONFIG_SUBDIRS([icu-xetex]) fi +if test "x$needs_teckit" != xno; then + AC_CONFIG_SUBDIRS([teckit]) +fi if test "x$needs_pnglib" != xno && test "$using_system_pnglib" != yes; then KPSE_CONFIG_FILES([libpng/Makefile]) |