summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure11
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 57772c98c27..0ef71b34ef7 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -4493,7 +4493,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
@@ -4549,6 +4549,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;
@@ -4567,6 +4571,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 :
@@ -4586,6 +4591,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 :
@@ -4605,6 +4611,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 :
@@ -4624,6 +4631,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 :
@@ -4654,6 +4662,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 :