1
1

libevent2022/configure.m4: minor comment cleanup

Change # -> dnl.  No code or logic changes.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
Jeff Squyres 2018-08-10 10:30:04 -07:00
родитель 09ad7258e2
Коммит 17aa64e438

Просмотреть файл

@ -14,9 +14,9 @@
#
AC_DEFUN([MCA_opal_event_libevent2022_PRIORITY], [80])
#
# Force this component to compile in static-only mode
#
dnl
dnl Force this component to compile in static-only mode
dnl
AC_DEFUN([MCA_opal_event_libevent2022_COMPILE_MODE], [
AC_MSG_CHECKING([for MCA component $2:$3 compile mode])
$4="static"
@ -82,9 +82,9 @@ EOF
])
])
# MCA_event_libevent2022_CONFIG([action-if-can-compile],
# [action-if-cant-compile])
# ------------------------------------------------
dnl MCA_event_libevent2022_CONFIG([action-if-can-compile],
dnl [action-if-cant-compile])
dnl ------------------------------------------------
AC_DEFUN([MCA_opal_event_libevent2022_CONFIG],[
# We know that the external event component will be configured
# before this one because of its priority. This component is only