summaryrefslogtreecommitdiff
path: root/Build/source/configure.in
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2007-07-27 19:33:40 +0000
committerJonathan Kew <jfkthame@googlemail.com>2007-07-27 19:33:40 +0000
commit9bdf5feb967c1236adb385c428f0533d47bdc418 (patch)
tree45ff3d95ccea3b4c7cfab99dadbc31c17b42dc1e /Build/source/configure.in
parentbdba3f35302c893676527d9fac8956d439a86884 (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/configure.in')
-rw-r--r--Build/source/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in
index 18ab1e734ba..cbe05f654b5 100644
--- a/Build/source/configure.in
+++ b/Build/source/configure.in
@@ -219,6 +219,8 @@ sinclude(libs/obsdcompat/libobsd-compat.ac)
LIBSDEP="$CURSESDEP $ZLIBDEP $LIBPNGDEP $LIBXPDFDEP $LIBT1DEP $GDDEP $FREETYPEDEP $FREETYPE2DEP $ICUDEP $TECKITDEP $LIBOBSDDEP"
LIBSDIRS=
+test "$needs_teckit" = yes \
+ && LIBSDIRS="$TECKITDIR $LIBSDIRS"
test "$needs_ncurses" = yes && test "$using_system_ncurses" != yes \
&& LIBSDIRS="$NCURSESDIR $LIBSDIRS"
test "$needs_pnglib" = yes && test "$using_system_pnglib" != yes \
@@ -237,8 +239,6 @@ test "$needs_freetype2" = yes && test "$using_system_freetype2" != yes \
&& LIBSDIRS="$FREETYPE2DIR $LIBSDIRS"
test "$needs_icu" = yes && test "$using_system_icu" != yes \
&& LIBSDIRS="$ICUDIR $LIBSDIRS"
-test "$needs_teckit" = yes \
- && LIBSDIRS="$TECKITDIR $LIBSDIRS"
test "$needs_obsdcompat" = yes \
&& LIBSDIRS="$LIBOBSDCOMPATDIR $LIBSDIRS"