summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-08 18:23:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-08 18:23:40 (GMT)
commitebf4c78ed811b2c54015d5c0a0fb446da5ae5140 (patch)
treefd8e42a1c9c82a39621d4bbea322b37f30ddf99a /win/configure
parent8395974e1b9e2ab626f5fe69e2ae5e77481d0753 (diff)
downloadtcl-ebf4c78ed811b2c54015d5c0a0fb446da5ae5140.zip
tcl-ebf4c78ed811b2c54015d5c0a0fb446da5ae5140.tar.gz
tcl-ebf4c78ed811b2c54015d5c0a0fb446da5ae5140.tar.bz2
Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and other external packages)
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure9
1 files changed, 3 insertions, 6 deletions
diff --git a/win/configure b/win/configure
index 33716bc..090e040 100755
--- a/win/configure
+++ b/win/configure
@@ -5149,17 +5149,14 @@ if test "${ZIPFS_BUILD}" = 1; then
printf "%s\n" "#define ZIPFS_BUILD 2" >>confdefs.h
- INSTALL_LIBRARIES=install-libraries-zipfs-static
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }
else
+ ZIPFS_BUILD=1;
printf "%s\n" "#define ZIPFS_BUILD 1" >>confdefs.h
\
- INSTALL_LIBRARIES=install-libraries-zipfs-shared
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }
fi
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+printf "%s\n" "yes" >&6; }
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }