Skip to content

Commit 17aa64e

Browse files
committed
libevent2022/configure.m4: minor comment cleanup
Change # -> dnl. No code or logic changes. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 09ad725 commit 17aa64e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

opal/mca/event/libevent2022/configure.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
#
1515
AC_DEFUN([MCA_opal_event_libevent2022_PRIORITY], [80])
1616

17-
#
18-
# Force this component to compile in static-only mode
19-
#
17+
dnl
18+
dnl Force this component to compile in static-only mode
19+
dnl
2020
AC_DEFUN([MCA_opal_event_libevent2022_COMPILE_MODE], [
2121
AC_MSG_CHECKING([for MCA component $2:$3 compile mode])
2222
$4="static"
@@ -82,9 +82,9 @@ EOF
8282
])
8383
])
8484

85-
# MCA_event_libevent2022_CONFIG([action-if-can-compile],
86-
# [action-if-cant-compile])
87-
# ------------------------------------------------
85+
dnl MCA_event_libevent2022_CONFIG([action-if-can-compile],
86+
dnl [action-if-cant-compile])
87+
dnl ------------------------------------------------
8888
AC_DEFUN([MCA_opal_event_libevent2022_CONFIG],[
8989
# We know that the external event component will be configured
9090
# before this one because of its priority. This component is only

0 commit comments

Comments
 (0)