File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_EXTERNAL], [
101
101
102
102
OPAL_CHECK_PACKAGE([ opal_libevent] ,
103
103
[ event2/event.h] ,
104
- [ event ] ,
104
+ [ event_core ] ,
105
105
[ event_config_new] ,
106
106
[ -levent_pthreads] ,
107
107
[ $with_libevent] ,
@@ -118,7 +118,7 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_EXTERNAL], [
118
118
# "evthread_set_lock_callbacks", which will only exist if
119
119
# libevent was configured with thread support.
120
120
AS_IF ( [ test "$opal_libevent_external_support" = "yes"] ,
121
- [ AC_CHECK_LIB ( [ event ] , [ evthread_set_lock_callbacks] ,
121
+ [ AC_CHECK_LIB ( [ event_core ] , [ evthread_set_lock_callbacks] ,
122
122
[ ] ,
123
123
[ AC_MSG_WARN ( [ External libevent does not have thread support] )
124
124
AC_MSG_WARN ( [ Open MPI requires libevent to be compiled with] )
@@ -199,7 +199,7 @@ AC_DEFUN([_OPAL_CONFIG_LIBEVENT_INTERNAL], [
199
199
# No need to update LDFLAGS, because they will install into
200
200
# our tree and in the mean time are referenced by their .la
201
201
# files.
202
- opal_libevent_LIBS="$OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent .la $OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent_pthreads.la"
202
+ opal_libevent_LIBS="$OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent_core .la $OMPI_TOP_BUILDDIR/$internal_libevent_location/libevent_pthreads.la"
203
203
204
204
opal_libevent_header="$OMPI_TOP_BUILDDIR/$internal_libevent_location/event.h"
205
205
You can’t perform that action at this time.
0 commit comments