This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 13d9710  Add a search path for Tcl
13d9710 is described below

commit 13d97100697d50f75b4741c9d643435bfe69749c
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Tue Sep 25 13:10:31 2018 -0600

    Add a search path for Tcl
    
    (cherry picked from commit 1078ac9483b2ca9d90241244ab77dd673fc2f5b5)
---
 build/tcl.m4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/tcl.m4 b/build/tcl.m4
index 5113cd8..242f2e1 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` \

Reply via email to