diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-27 11:02:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-02-27 11:02:35 +0000 |
commit | 958e0067544a1527819ac2f103da0983a2792c8d (patch) | |
tree | 1d276c84f9c6c22d44f82521d5ecf0e7ba1a9c62 /Build/source/texk/configure | |
parent | 5855e273d3e42154582090a0d4b4fa3b3741cb6f (diff) |
texk/ttfdump: Requires kpathsea
git-svn-id: svn://tug.org/texlive/trunk@36392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 0f57c73f4a7..6db49b0f103 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -4745,6 +4745,10 @@ $as_echo "$as_me: Assuming \`--enable-ttfdump=$enable_ttfdump'" >&6;} ;; esac +test "x$enable_ttfdump" = xno || { + need_kpathsea=yes +} + ## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/ ## configure options and TL libraries required for xdvik # Check whether --enable-xdvik was given. |