This is an automated email from the ASF dual-hosted git repository.
maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 1078ac9 Add a search path for Tcl
1078ac9 is described below
commit 1078ac9483b2ca9d90241244ab77dd673fc2f5b5
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Sep 25 13:10:31 2018 -0600
Add a search path for Tcl
---
build/tcl.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build/tcl.m4 b/build/tcl.m4
index baff3b2..61b223e 100644
--- a/build/tcl.m4
+++ b/build/tcl.m4
@@ -75,7 +75,8 @@ AC_DEFUN([SC_PATH_TCLCONFIG], [
# on Darwin, check in Framework installation locations
if test "`uname -s`" = "Darwin" -a x"${ac_cv_c_tclconfig}" = x ;
then
for i in "`xcrun --show-sdk-path 2>/dev/null`/usr/lib" \
- `ls -d ~/Library/Frameworks 2>/dev/null` \
+ `xcrun --show-sdk-path
2>/dev/null`/System/Library/Frameworks \
+ `ls -d ~/Library/Frameworks 2>/dev/null` \
`ls -d /Library/Frameworks 2>/dev/null` \
`ls -d /Network/Library/Frameworks 2>/dev/null` \
`ls -d /System/Library/Frameworks 2>/dev/null` \