summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure9
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index f5ad9dca33a..71520737351 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -3149,11 +3149,6 @@ if test "x$needs_icu" != xno && test "$using_system_icu" != yes; then
subdirs="$subdirs icu-xetex"
fi
-if test "x$needs_teckit" != xno; then
- subdirs="$subdirs teckit"
-
-fi
-
if test "x$needs_pnglib" != xno && test "$using_system_pnglib" != yes; then
ac_config_files="$ac_config_files libpng/Makefile"
@@ -3166,6 +3161,10 @@ if test "x$needs_obsdcompat" != xno; then
subdirs="$subdirs obsdcompat"
fi
+if test "x$needs_teckit" != xno; then
+ subdirs="$subdirs teckit"
+
+fi
# create md5 directory when building outside the srcdir:
if test -d $srcdir/md5; then