summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorT Jake Luciani <jake@apache.org>2009-01-16 01:04:27 +0000
committerT Jake Luciani <jake@apache.org>2009-01-16 01:04:27 +0000
commit9c983c2db0856293715fe64bd84272bf3fbdfb87 (patch)
treefbc21088e6fb2101645512559fd62a23e2046038 /aclocal
parent4c266ccc2cd6598891dfd8955cf0dc8ff4b97976 (diff)
downloadthrift-9c983c2db0856293715fe64bd84272bf3fbdfb87.tar.gz
THRIFT-271: allows build to locate libevent on osx
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/ax_lib_event.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_lib_event.m4 b/aclocal/ax_lib_event.m4
index 9266df4f9..94529ca3e 100644
--- a/aclocal/ax_lib_event.m4
+++ b/aclocal/ax_lib_event.m4
@@ -141,7 +141,7 @@ AC_DEFUN([AX_LIB_EVENT],
if test -n "$ax_libevent_path"; then
AX_LIB_EVENT_DO_CHECK
else
- for ax_libevent_path in "" /usr /usr/local /opt /opt/libevent "$LIBEVENT_ROOT" ; do
+ for ax_libevent_path in "" /usr /usr/local /opt /opt/local /opt/libevent "$LIBEVENT_ROOT" ; do
AX_LIB_EVENT_DO_CHECK
if test "$success" = "yes"; then
break;