diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-08 18:23:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-08 18:23:40 (GMT) |
commit | ebf4c78ed811b2c54015d5c0a0fb446da5ae5140 (patch) | |
tree | fd8e42a1c9c82a39621d4bbea322b37f30ddf99a /win/configure | |
parent | 8395974e1b9e2ab626f5fe69e2ae5e77481d0753 (diff) | |
download | tcl-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-x | win/configure | 9 |
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; } |