diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-06-17 18:29:20 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-06-17 18:29:20 (GMT) |
commit | 0cf5413849f8c5f1ae4118686b912718e84e7f71 (patch) | |
tree | 6f54ea7a5516858e6d26eca001eca3be963cb52f /configure | |
parent | 3256437a00df1ad3ed134fc257e98a465eefdddb (diff) | |
download | hdf5-0cf5413849f8c5f1ae4118686b912718e84e7f71.zip hdf5-0cf5413849f8c5f1ae4118686b912718e84e7f71.tar.gz hdf5-0cf5413849f8c5f1ae4118686b912718e84e7f71.tar.bz2 |
[svn-r27230] added test for float128
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5698,7 +5698,11 @@ rm -f pac_Cconftest.out # if $HAVE_QUADMATH!=0 #include <quadmath.h> # endif + # ifdef FLT128_DIG #define C_FLT128_DIG FLT128_DIG + # else + #define C_FLT128_DIG 0 + # endif #endif #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L #define C_LDBL_DIG DECIMAL_DIG @@ -5738,8 +5742,7 @@ $as_echo "$as_me: WARNING: No output from test program!" >&2;} else - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C program fails to build or run!" >&5 -$as_echo "$as_me: WARNING: C program fails to build or run!" >&2;} + as_fn_error $? "C program fails to build or run!" "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |