Skip to content

Commit 2c17171

Browse files
committed
check_alt_short_float: minor formatting tweak
Prevent spurious #-style comments from appearing in the generated configure script. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 47df607 commit 2c17171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/opal_check_alt_short_float.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ dnl
99
dnl $HEADER$
1010
dnl
1111

12-
# Check whether the user wants to use an alternate type of C 'short float'.
12+
dnl Check whether the user wants to use an alternate type of C 'short float'.
1313

14-
# OPAL_CHECK_ALT_SHORT_FLOAT
15-
# ------------------------------------------------------------
14+
dnl OPAL_CHECK_ALT_SHORT_FLOAT
15+
dnl ------------------------------------------------------------
1616
AC_DEFUN([OPAL_CHECK_ALT_SHORT_FLOAT], [
1717
AC_CHECK_TYPES(_Float16)
1818
AC_MSG_CHECKING([if want alternate C type of short float])

0 commit comments

Comments
 (0)