diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-11 15:56:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-11 15:56:11 +0000 |
commit | c632b8aebc23797af5baa35aef183634231e1def (patch) | |
tree | a06b2dd24cfa3c430a79679cd0ae5b554225d413 /Build/source/libs | |
parent | 33af9958bf7d613e0de8fcde60708cb69d30ef9d (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@53094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-x | Build/source/libs/configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 53631db15f4..de7a993f897 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -3673,7 +3673,7 @@ test "x$enable_web2c" = xno || { need_zlib=yes } -# $Id: web2c.ac 51577 2019-07-08 06:07:11Z lscarso $ +# $Id: web2c.ac 53078 2019-12-10 18:39:13Z karl $ # texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ ## configure options for TeX and MF @@ -3729,6 +3729,10 @@ esac if test "${enable_etex_synctex+set}" = set; then : enableval=$enable_etex_synctex; fi + +test "x$enable_web2c:$enable_etex" = xyes:yes && { + need_zlib=yes +} # Check whether --enable-ptex was given. if test "${enable_ptex+set}" = set; then : enableval=$enable_ptex; @@ -3747,6 +3751,7 @@ fi test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-eptex was given. if test "${enable_eptex+set}" = set; then : @@ -3766,6 +3771,7 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-uptex was given. if test "${enable_uptex+set}" = set; then : @@ -3785,6 +3791,7 @@ fi test "x$enable_web2c:$enable_uptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-euptex was given. if test "${enable_euptex+set}" = set; then : @@ -3804,6 +3811,7 @@ fi test "x$enable_web2c:$enable_euptex" = xyes:yes && { need_ptexenc=yes + need_zlib=yes } # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : @@ -3834,6 +3842,7 @@ fi test "x$enable_web2c:$enable_pdftex" = xyes:yes && { need_xpdf=yes need_libpng=yes + need_zlib=yes } # Check whether --enable-luatex was given. if test "${enable_luatex+set}" = set; then : |