summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 17:29:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-12 17:29:37 (GMT)
commited00814ebf71a238985d4666ff57d9ff3b62f365 (patch)
treebef6083206f5096954d6f973313b59d859dad4fa /unix/configure.ac
parentdc746b27e03f9f50ba72da10953ea28ae02d4447 (diff)
parent73277b178e29b0e499f342d289ccede764f3e328 (diff)
downloadtcl-ed00814ebf71a238985d4666ff57d9ff3b62f365.zip
tcl-ed00814ebf71a238985d4666ff57d9ff3b62f365.tar.gz
tcl-ed00814ebf71a238985d4666ff57d9ff3b62f365.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index 90ced9e..685a335 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -885,11 +885,11 @@ if test "$tcl_ok" = "yes" -a "x$enable_framework" != "xyes"; then
# Find a native zip implementation
#
SC_ZIPFS_SUPPORT
- ZIPFS_BUILD=1
- TCL_ZIP_FILE=libtcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}${TCL_PATCH_LEVEL}.zip
+ ZIPFS_BUILD=1
+ TCL_ZIP_FILE=libtcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}${TCL_PATCH_LEVEL}.zip
else
- ZIPFS_BUILD=0
- TCL_ZIP_FILE=
+ ZIPFS_BUILD=0
+ TCL_ZIP_FILE=
fi
# Do checking message here to not mess up interleaved configure output
AC_MSG_CHECKING([for building with zipfs])