summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-11-21 00:41:04 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-11-21 00:41:04 (GMT)
commit9ef614086a2b3267669f4fb644ad1a92debb5fb0 (patch)
treea8d4ae8c533f8ef6412845f6fe7442a6fd81e5b4 /win
parent6b40a5dc5afee7752743e154ebff5935e614214f (diff)
downloadtcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.zip
tcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.tar.gz
tcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.tar.bz2
Typo fixes for minizip
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure4
-rw-r--r--win/tcl.m44
2 files changed, 4 insertions, 4 deletions
diff --git a/win/configure b/win/configure
index f4d0448..f0159d1 100755
--- a/win/configure
+++ b/win/configure
@@ -5011,8 +5011,8 @@ $as_echo "Found INFO Zip in environment" >&6; }
# 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_OPTIONS="\"-o\""
- ZIP_PROG_VFSSEARCH="\"`find . -type f`\""
+ ZIP_PROG_OPTIONS="-o"
+ ZIP_PROG_VFSSEARCH="\"\`find . -type f\`\""
ZIP_INSTALL_OBJS="minizip${EXEEXT_FOR_BUILD}"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: No zip found on PATH building minizip" >&5
$as_echo "No zip found on PATH building minizip" >&6; }
diff --git a/win/tcl.m4 b/win/tcl.m4
index ecfcd52..c56cd09 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -1424,8 +1424,8 @@ AC_DEFUN([SC_ZIPFS_SUPPORT], [
# 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_OPTIONS="\"-o\""
- ZIP_PROG_VFSSEARCH="\"`find . -type f`\""
+ ZIP_PROG_OPTIONS="-o"
+ ZIP_PROG_VFSSEARCH="\"\`find . -type f\`\""
ZIP_INSTALL_OBJS="minizip${EXEEXT_FOR_BUILD}"
AC_MSG_RESULT([No zip found on PATH building minizip])
fi