From c632b8aebc23797af5baa35aef183634231e1def Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Dec 2019 15:56:11 +0000 Subject: reautoconf git-svn-id: svn://tug.org/texlive/trunk@53094 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/configure | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/configure') diff --git a/Build/source/texk/configure b/Build/source/texk/configure index c9c741e7966..5c779b1c7b4 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/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 : -- cgit v1.2.3