summaryrefslogtreecommitdiff
path: root/aclocal/ax_lib_event.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/ax_lib_event.m4')
-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 7d2f98a83..cf6c4c2d5 100644
--- a/aclocal/ax_lib_event.m4
+++ b/aclocal/ax_lib_event.m4
@@ -165,7 +165,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/local /opt/libevent "$LIBEVENT_ROOT" ; do
+ for ax_libevent_path in "" $lt_sysroot/usr $lt_sysroot/usr/local $lt_sysroot/opt $lt_sysroot/opt/local $lt_sysroot/opt/libevent "$LIBEVENT_ROOT" ; do
AX_LIB_EVENT_DO_CHECK
if test "$success" = "yes"; then
break;