Re-add call to AC_CHECK_SIZEOF([__float128]). Fixes #4916. (#4924)

This commit is contained in:
Orion Poplawski 2024-10-04 13:33:15 -06:00 committed by Larry Knox
parent 6280fd3219
commit eef428a8bf

View File

@ -854,6 +854,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
if test "$MY_FLT128_DIG" -gt "$MY_LDBL_DIG" ; then
AC_MSG_RESULT([yes])
AC_DEFINE([HAVE_FLOAT128], [1], [Determine if __float128 will be used in the Fortran wrappers])
AC_CHECK_SIZEOF([__float128])
else
## Can't use __float128, but write an undef line anyway
AC_MSG_RESULT([no])