diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-15 16:41:36 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-15 16:41:36 +0000 |
commit | 2245bf86e7003e946a83553717ddba351c79a2d4 (patch) | |
tree | 8dfb8d0078ed2c39a66fe9876a998cf7b011a8e5 /Build/source/texk/web2c/configure.in | |
parent | 093504a20ee3ac774c8ae449ca2505a1e8d3fbc1 (diff) |
fixed --with-fontconfig=DIR option so both xetex and xdvipdfmx build with relocated libfontconfig
git-svn-id: svn://tug.org/texlive/trunk@2748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.in')
-rw-r--r-- | Build/source/texk/web2c/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure.in b/Build/source/texk/web2c/configure.in index 198232a3fd1..40ec4974d27 100644 --- a/Build/source/texk/web2c/configure.in +++ b/Build/source/texk/web2c/configure.in @@ -308,6 +308,7 @@ fontconfig is installed. ]) fi AC_SUBST(FONTCONFIGCPPFLAGS) + AC_SUBST(FONTCONFIGLDFLAGS) AC_SUBST(LDFONTCONFIG) fi AC_SUBST(XETEX_MACOSX) |