Repository: trafficserver
Updated Branches:
  refs/heads/master 8b19aaf58 -> 713bc014c


Minimal hack to let OS X find the rught version of PCRE

This probably only works if you are building with Homebrew's pcre
and expat packages.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/713bc014
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/713bc014
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/713bc014

Branch: refs/heads/master
Commit: 713bc014c9655b7c858245aef4c51c7109fab1a6
Parents: 8b19aaf
Author: James Peach <[email protected]>
Authored: Wed Oct 29 12:54:51 2014 -0700
Committer: James Peach <[email protected]>
Committed: Wed Oct 29 12:54:51 2014 -0700

----------------------------------------------------------------------
 build/xml.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/713bc014/build/xml.m4
----------------------------------------------------------------------
diff --git a/build/xml.m4 b/build/xml.m4
index 831a15c..47a96e1 100644
--- a/build/xml.m4
+++ b/build/xml.m4
@@ -132,7 +132,7 @@ if test "x$expat_base_dir" = "x"; then
   _expat_dir_list=""
   case $host_os_def in
     darwin)
-    for dir in "`xcrun -show-sdk-path 2>/dev/null`/usr" /usr/local /usr; do
+    for dir in /usr/local /usr "`xcrun -show-sdk-path 2>/dev/null`/usr" ; do
       if test -d $dir && test -f $dir/include/expat.h; then
         ats_cv_expat_dir=$dir
         break

Reply via email to