From 255658907deafeb1cf5c47b7e4b2ab6b10a6094d Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 9 Jun 2025 13:31:02 +0000 Subject: Backout [ac279496ac], see [https://core.tcl-lang.org/tk/info/1562e10c58]. Since Tk 8.7 won't be released, we don't have to worry about multiple Tk versions for Tcl 8.6 --- unix/configure | 2 -- unix/configure.in | 2 -- 2 files changed, 4 deletions(-) diff --git a/unix/configure b/unix/configure index 3839897..98fb65e 100755 --- a/unix/configure +++ b/unix/configure @@ -19239,8 +19239,6 @@ VERSION=${TCL_VERSION} if test "$FRAMEWORK_BUILD" = "1" ; then test -z "$TCL_PACKAGE_PATH" && \ TCL_PACKAGE_PATH="~/Library/Tcl:/Library/Tcl:~/Library/Frameworks:/Library/Frameworks" - # Allow tclsh to find Tk when multiple versions are installed. See Tk [1562e10c58]. - TCL_PACKAGE_PATH="$TCL_PACKAGE_PATH:/Library/Frameworks/Tk.framework/Versions" test -z "$TCL_MODULE_PATH" && \ TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl" elif test "$prefix/lib" != "$libdir"; then diff --git a/unix/configure.in b/unix/configure.in index ecc502f..ed07ca5 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -864,8 +864,6 @@ VERSION=${TCL_VERSION} if test "$FRAMEWORK_BUILD" = "1" ; then test -z "$TCL_PACKAGE_PATH" && \ TCL_PACKAGE_PATH="~/Library/Tcl:/Library/Tcl:~/Library/Frameworks:/Library/Frameworks" - # Allow tclsh to find Tk when multiple versions are installed. See Tk [1562e10c58]. - TCL_PACKAGE_PATH="$TCL_PACKAGE_PATH:/Library/Frameworks/Tk.framework/Versions" test -z "$TCL_MODULE_PATH" && \ TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl" elif test "$prefix/lib" != "$libdir"; then -- cgit v0.12