summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-01-25 13:27:40 (GMT)
committersebres <sebres@users.sourceforge.net>2019-01-25 13:27:40 (GMT)
commit918813166cac0372ced8a1e2e8f4cf8192a169dd (patch)
tree40d5991e2e9c8e766b6c6bd2bee53ef407d75f7b /win/tcl.m4
parent1c5db697830a5c68632e9979b2a678e6c8606460 (diff)
parent4a9e46ab99089e0c1b6824078a5a460fd7529709 (diff)
downloadtcl-918813166cac0372ced8a1e2e8f4cf8192a169dd.zip
tcl-918813166cac0372ced8a1e2e8f4cf8192a169dd.tar.gz
tcl-918813166cac0372ced8a1e2e8f4cf8192a169dd.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 c7e2f88..ee830b4 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1270,7 +1270,7 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
ZIP_PROG="$ac_cv_path_zip"
AC_MSG_RESULT([$ZIP_PROG])
ZIP_PROG_OPTIONS="-rq"
- ZIP_PROG_VFSSEARCH="."
+ ZIP_PROG_VFSSEARCH="*"
AC_MSG_RESULT([Found INFO Zip in environment])
# Use standard arguments for zip
else
@@ -1278,7 +1278,7 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
# We can use the locally distributed minizip instead
ZIP_PROG="./minizip${EXEEXT_FOR_BUILD}"
ZIP_PROG_OPTIONS="-o -r"
- ZIP_PROG_VFSSEARCH="."
+ ZIP_PROG_VFSSEARCH="*"
ZIP_INSTALL_OBJS="minizip${EXEEXT_FOR_BUILD}"
AC_MSG_RESULT([No zip found on PATH building minizip])
fi