Skip to content

Commit

Permalink
Add yet another path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Aug 17, 2024
1 parent f80f8ae commit 8ad3040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/tcl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ AC_DEFUN([TEA_PATH_TCLCONFIG], [
`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks/Tcl.framework 2>/dev/null` \
`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Network/Library/Frameworks/Tcl.framework 2>/dev/null` \
`ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tcl.framework 2>/dev/null` \
`ls -d /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks 2>/dev/null` \
; do
if test -f "$i/Tcl.framework/tclConfig.sh" ; then
ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`"
Expand Down

0 comments on commit 8ad3040

Please sign in to comment.