Author: jake
Date: Thu Jan 15 17:04:27 2009
New Revision: 734878
URL: http://svn.apache.org/viewvc?rev=734878&view=rev
Log:
THRIFT-271: allows build to locate libevent on osx
Modified:
incubator/thrift/trunk/aclocal/ax_lib_event.m4
Modified: incubator/thrift/trunk/aclocal/ax_lib_event.m4
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/aclocal/ax_lib_event.m4?rev=734878&r1=734877&r2=734878&view=diff
==============================================================================
--- incubator/thrift/trunk/aclocal/ax_lib_event.m4 (original)
+++ incubator/thrift/trunk/aclocal/ax_lib_event.m4 Thu Jan 15 17:04:27 2009
@@ -141,7 +141,7 @@
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;