summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/configure.in
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-10-03 18:23:06 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-10-03 18:23:06 +0000
commitf2039bed4baf779d06477f673f3bb9506b452606 (patch)
tree630b91b305367f2c62c1e44ce30048e1d0615e33 /Build/source/texk/xdvipdfmx/configure.in
parent34e9d481839e2662af037a754116cddbc8800063 (diff)
bugfix in xdvipdfmx configure script (fontconfig vs kpathsea)
git-svn-id: svn://tug.org/texlive/trunk@2235 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/configure.in')
-rw-r--r--Build/source/texk/xdvipdfmx/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure.in b/Build/source/texk/xdvipdfmx/configure.in
index 53c07f49042..fa9fca8ff99 100644
--- a/Build/source/texk/xdvipdfmx/configure.in
+++ b/Build/source/texk/xdvipdfmx/configure.in
@@ -96,6 +96,10 @@ AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
dnl Check for additonal libraries.
+
+AC_HAS_LIBFONTCONFIG
+AC_HAS_APP_SERVICES
+
if test "x$enable_tetex_build" = xyes; then
# Get these common libraries from the sources, too.
# Seems like it would be simpler to treat kpathsea this way too, but
@@ -144,8 +148,4 @@ dnl just let them be empty.
AC_SUBST(dvipdfmx_LDFLAGS)
fi
-dnl Check for additonal libraries.
-AC_HAS_LIBFONTCONFIG
-AC_HAS_APP_SERVICES
-
AC_OUTPUT(Makefile data/Makefile src/Makefile)