diff options
author | sebres <sebres@users.sourceforge.net> | 2018-11-22 23:17:11 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-11-22 23:17:11 (GMT) |
commit | a694d92cbd24f1420fb67564e12fb1420a86ab9f (patch) | |
tree | 91d6030b7365d4e55d5dc79a13792275c42f858e /unix/configure | |
parent | 1c22d353a9a3a0ea2d36a2009cfeb2c6a463d48f (diff) | |
download | tcl-a694d92cbd24f1420fb67564e12fb1420a86ab9f.zip tcl-a694d92cbd24f1420fb67564e12fb1420a86ab9f.tar.gz tcl-a694d92cbd24f1420fb67564e12fb1420a86ab9f.tar.bz2 |
unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of minizip), ignore possible zip-error by adjust sfx process (similar to [057d2b674d]).
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index d963fbe..84948c1 100755 --- a/unix/configure +++ b/unix/configure @@ -10109,7 +10109,7 @@ $as_echo "Found INFO Zip in environment" >&6; } else # It is not an error if an installed version of Zip can't be located. # We can use the locally distributed minizip instead - ZIP_PROG="../minizip${EXEEXT_FOR_BUILD}" + ZIP_PROG="./minizip${EXEEXT_FOR_BUILD}" ZIP_PROG_OPTIONS="-o -r" ZIP_PROG_VFSSEARCH="." ZIP_INSTALL_OBJS="minizip${EXEEXT_FOR_BUILD}" |