summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2018-11-23 12:03:29 (GMT)
committersebres <sebres@users.sourceforge.net>2018-11-23 12:03:29 (GMT)
commit1f8d9b37a0edbbcbb1cdcbd2d8c3d55dc597e6b1 (patch)
tree0e0e0cbb84c1998a9c317439531f535e5de85cf0 /win/tcl.m4
parenta61946874ff92f0215f55382bd178f0246c9fd19 (diff)
parent813764c458ec766131b971e45d7ea5531e21f65b (diff)
downloadtcl-1f8d9b37a0edbbcbb1cdcbd2d8c3d55dc597e6b1.zip
tcl-1f8d9b37a0edbbcbb1cdcbd2d8c3d55dc597e6b1.tar.gz
tcl-1f8d9b37a0edbbcbb1cdcbd2d8c3d55dc597e6b1.tar.bz2
merge 8.7
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 2c095dd..c7e2f88 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}"