diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-07-27 19:33:40 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-07-27 19:33:40 +0000 |
commit | 9bdf5feb967c1236adb385c428f0533d47bdc418 (patch) | |
tree | 45ff3d95ccea3b4c7cfab99dadbc31c17b42dc1e /Build/source/libs/configure | |
parent | bdba3f35302c893676527d9fac8956d439a86884 (diff) |
change libs order to ensure zlib is built before teckit
git-svn-id: svn://tug.org/texlive/trunk@4667 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-x | Build/source/libs/configure | 9 |
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 |