diff options
author | hypnotoad <yoda@etoyoc.com> | 2017-11-21 00:41:04 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2017-11-21 00:41:04 (GMT) |
commit | 9ef614086a2b3267669f4fb644ad1a92debb5fb0 (patch) | |
tree | a8d4ae8c533f8ef6412845f6fe7442a6fd81e5b4 /win | |
parent | 6b40a5dc5afee7752743e154ebff5935e614214f (diff) | |
download | tcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.zip tcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.tar.gz tcl-9ef614086a2b3267669f4fb644ad1a92debb5fb0.tar.bz2 |
Typo fixes for minizip
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 4 | ||||
-rw-r--r-- | win/tcl.m4 | 4 |
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; } @@ -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 |