1
1

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>
Этот коммит содержится в:
Jeff Squyres 2020-06-16 07:02:51 -07:00
родитель 47df60717c
Коммит 2c171718ae

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

@ -9,10 +9,10 @@ dnl
dnl $HEADER$
dnl
# Check whether the user wants to use an alternate type of C 'short float'.
dnl Check whether the user wants to use an alternate type of C 'short float'.
# OPAL_CHECK_ALT_SHORT_FLOAT
# ------------------------------------------------------------
dnl OPAL_CHECK_ALT_SHORT_FLOAT
dnl ------------------------------------------------------------
AC_DEFUN([OPAL_CHECK_ALT_SHORT_FLOAT], [
AC_CHECK_TYPES(_Float16)
AC_MSG_CHECKING([if want alternate C type of short float])