Skip to content

Commit

Permalink
Re-add call to AC_CHECK_SIZEOF([__float128]). Fixes HDFGroup#4916. (H…
Browse files Browse the repository at this point in the history
  • Loading branch information
opoplawski authored and lrknox committed Oct 9, 2024
1 parent 9003c76 commit b866023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit b866023

Please sign in to comment.