diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-11 08:08:07 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-11 08:08:07 +0000 |
commit | 1daa0129101f69c77a1c7047b598e223125e72a1 (patch) | |
tree | d9ce0ff50f463f3399fb03a9a35e8aa84ed64c62 /Build/source/configure | |
parent | 2aa6f38d4ea012223970ea9cffb748410c16e76c (diff) |
lcdf-typetools: W32TeX uodate (from Akira)
Prepare for SELFAUTOGRANDPARENT (for stanalone build)
git-svn-id: svn://tug.org/texlive/trunk@31630 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Build/source/configure b/Build/source/configure index 3c178d3100a..8af05266bb4 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20325,14 +20325,6 @@ elif test "x$need_libpng:$with_system_libpng" = xyes:yes; then as_fn_error $? "did not find libpng" "$LINENO" 5 fi -if test "x$with_freetype_includes" != x && test "x$with_freetype_includes" != xyes; then - FREETYPE_INCLUDES="-I$with_freetype_includes" -fi -FREETYPE_LIBS="-lttf" -if test "x$with_freetype_libdir" != x && test "x$with_freetype_libdir" != xyes; then - FREETYPE_LIBS="-L$with_freetype_libdir $FREETYPE_LIBS" -fi - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}freetype-config", so it can be a program name with args. set dummy ${ac_tool_prefix}freetype-config; ac_word=$2 |