Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4c266cc
)
THRIFT-271: allows build to locate libevent on osx
author
T Jake Luciani
<jake@apache.org>
Fri, 16 Jan 2009 01:04:27 +0000
(
01:04
+0000)
committer
T 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
patch
|
blob
|
history
diff --git
a/aclocal/ax_lib_event.m4
b/aclocal/ax_lib_event.m4
index
9266df4
..
94529ca
100644
(file)
--- 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/l
ocal /opt/l
ibevent "$LIBEVENT_ROOT" ; do
AX_LIB_EVENT_DO_CHECK
if test "$success" = "yes"; then
break;