File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ AC_DEFUN([MCA_opal_event_external_CONFIG],[
118
118
119
119
# Check to see if the above check failed because it conflicted with LSF's libevent.so
120
120
# 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
122
122
# in Libevent's libevent.so
123
123
AS_IF([test " $opal_event_external_support " = " no" ],
124
- [AC_CHECK_LIB([event], [event_fini ],
124
+ [AC_CHECK_LIB([event], [event_getcode4name ],
125
125
[AC_MSG_WARN([=================================================================== ])
126
126
AC_MSG_WARN([Possible conflicting libevent.so libraries detected on the system.])
127
127
AC_MSG_WARN([])
You can’t perform that action at this time.
0 commit comments