Skip to content

Commit 05e095a

Browse files
committed
A slightly stronger check for LSF's libevent
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
1 parent 7a2af9e commit 05e095a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/event/external/configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ AC_DEFUN([MCA_opal_event_external_CONFIG],[
118118

119119
# Check to see if the above check failed because it conflicted with LSF's libevent.so
120120
# This can happen if LSF's library is in the LDFLAGS envar or default search
121-
# path. The 'event_fini' function is only defined in LSF's libevent.so and not
121+
# path. The 'event_getcode4name' function is only defined in LSF's libevent.so and not
122122
# in Libevent's libevent.so
123123
AS_IF([test "$opal_event_external_support" = "no"],
124-
[AC_CHECK_LIB([event], [event_fini],
124+
[AC_CHECK_LIB([event], [event_getcode4name],
125125
[AC_MSG_WARN([===================================================================])
126126
AC_MSG_WARN([Possible conflicting libevent.so libraries detected on the system.])
127127
AC_MSG_WARN([])

0 commit comments

Comments
 (0)