diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-14 19:55:08 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-14 19:55:08 (GMT) |
| commit | 5ebb045a9e7d5634d3ccb1f9b289b4b41401213e (patch) | |
| tree | 3d696402b4ad1dec71c856eefee68b73fe2c452d /unix/configure | |
| parent | be17085916e9f34aee762c9c0f41849cf1eaa1f3 (diff) | |
| parent | 917e21003c084ee56e3788a2620f80e71d42269d (diff) | |
| download | tcl-5ebb045a9e7d5634d3ccb1f9b289b4b41401213e.zip tcl-5ebb045a9e7d5634d3ccb1f9b289b4b41401213e.tar.gz tcl-5ebb045a9e7d5634d3ccb1f9b289b4b41401213e.tar.bz2 | |
Adding a version was a bad idea
Diffstat (limited to 'unix/configure')
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 8175b93..6a951ce 100755 --- a/unix/configure +++ b/unix/configure @@ -19240,7 +19240,7 @@ 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/8.6" + 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 |
