From 9c983c2db0856293715fe64bd84272bf3fbdfb87 Mon Sep 17 00:00:00 2001 From: T Jake Luciani Date: Fri, 16 Jan 2009 01:04:27 +0000 Subject: 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 --- aclocal/ax_lib_event.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal') 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; -- cgit v1.2.1