Skip to content

Commit 80df3f0

Browse files
committed
libevent2022/configure.m4: trivial cleanup
Put argument to AM_CONDITIONAL inside []. No code or logic changes. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 17aa64e commit 80df3f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/mca/event/libevent2022/configure.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ AC_DEFUN([MCA_opal_event_libevent2022_COMPILE_MODE], [
2424
])
2525

2626
AC_DEFUN([MCA_opal_event_libevent2022_POST_CONFIG], [
27-
AM_CONDITIONAL(OPAL_EVENT_HAVE_THREAD_SUPPORT, test "$enable_event_thread_support" = "yes")
27+
AM_CONDITIONAL(OPAL_EVENT_HAVE_THREAD_SUPPORT,
28+
[test "$enable_event_thread_support" = "yes"])
2829
AS_IF([test "$1" = "1"],
2930
[ # Build libevent/include/event2/event-config.h. If we
3031
# don't do it here, then libevent's Makefile.am will build

0 commit comments

Comments
 (0)