THRIFT-271: allows build to locate libevent on osx
authorT Jake Luciani <jake@apache.org>
Fri, 16 Jan 2009 01:04:27 +0000 (01:04 +0000)
committerT Jake Luciani <jake@apache.org>
Fri, 16 Jan 2009 01:04:27 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734878 13f79535-47bb-0310-9956-ffa450edef68

aclocal/ax_lib_event.m4

index 9266df4..94529ca 100644 (file)
@@ -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;