summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-24 09:04:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-11-24 09:04:42 (GMT)
commit6da9178069c3c923e3df144f28034f9d4fee60ed (patch)
tree4a5e0a22eff7b111f66be0b99eafd00a78988233 /win
parentfc12eac9417801a452f0e1c56bc3b89dfa8581bc (diff)
downloadtk-6da9178069c3c923e3df144f28034f9d4fee60ed.zip
tk-6da9178069c3c923e3df144f28034f9d4fee60ed.tar.gz
tk-6da9178069c3c923e3df144f28034f9d4fee60ed.tar.bz2
sync tcl.m4 with Tcl version
Diffstat (limited to 'win')
-rw-r--r--win/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index bdcd8ea..a58dc2f 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1267,7 +1267,7 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
done
])
if test -f "$ac_cv_path_zip" ; then
- ZIP_PROG="$ac_cv_path_zip "
+ ZIP_PROG="$ac_cv_path_zip"
AC_MSG_RESULT([$ZIP_PROG])
ZIP_PROG_OPTIONS="-rq"
ZIP_PROG_VFSSEARCH="."
@@ -1276,7 +1276,7 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
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}"