summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx/src/Makefile.am
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2012-09-06 12:30:56 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2012-09-06 12:30:56 +0000
commit5d4738caf610e94abb73d4f65602fb42fae218ac (patch)
treeba25422e1d3fcb5931fb3db449ca446407059e27 /Build/source/texk/xdvipdfmx/src/Makefile.am
parentc53b55dc5d2d7a85f033ab920f89b4c638a7a393 (diff)
Remove FontConfig dependency
Recent XeTeX always passes file name under non-Mac systems now, so FontConfig is no longer needed. git-svn-id: svn://tug.org/texlive/trunk@27605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/src/Makefile.am')
-rw-r--r--Build/source/texk/xdvipdfmx/src/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/xdvipdfmx/src/Makefile.am b/Build/source/texk/xdvipdfmx/src/Makefile.am
index 59a19de540a..159844a99e8 100644
--- a/Build/source/texk/xdvipdfmx/src/Makefile.am
+++ b/Build/source/texk/xdvipdfmx/src/Makefile.am
@@ -40,10 +40,7 @@ LDADD = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(LIBPNG_LIBS) $(ZLIB_LIBS)
if build_MacOsX
AM_LDFLAGS = -framework ApplicationServices
-else !build_MacOsX
-INCLUDES += $(FONTCONFIG_INCLUDES)
-LDADD += $(FONTCONFIG_LIBS)
-endif !build_MacOsX
+endif
## Rebuild libkpathsea
@KPATHSEA_RULE@