summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r--Build/source/libs/configure.in4
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])