summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-28 08:37:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-28 08:37:30 (GMT)
commit4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91 (patch)
tree8472a3835e57245daa79e6f2c9f932e5258eadde /unix/configure
parent6926f5bdc9a3dcab4d1fc6bf15fd7ec9a7da4b8f (diff)
parent1d042a78a8b9eb70829fbad5cf1c7ab7834c9c6d (diff)
downloadtcl-4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91.zip
tcl-4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91.tar.gz
tcl-4f6ff8445fbb1ccf15f1ba0cc7dbcbcf98de0d91.tar.bz2
Close fork, and temporary remove tests/fileSystemEncoding.test, since apparently bug [bcd1004104] is not fixed yet on Windows.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 1d0f261..0a56da1 100755
--- a/unix/configure
+++ b/unix/configure
@@ -18831,9 +18831,9 @@ VERSION=${TCL_VERSION}
if test "$FRAMEWORK_BUILD" = "1" ; then
test -z "$TCL_PACKAGE_PATH" && \
- TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl ~/Library/Frameworks /Library/Frameworks /System/Library/Frameworks"
+ TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl ~/Library/Frameworks /Library/Frameworks"
test -z "$TCL_MODULE_PATH" && \
- TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
+ TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
TCL_PACKAGE_PATH="${libdir} ${prefix}/lib ${TCL_PACKAGE_PATH}"
else