summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--m4/aclocal_fc.m42
2 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 5aaa455..cc68365 100755
--- a/configure
+++ b/configure
@@ -5703,6 +5703,8 @@ rm -f pac_Cconftest.out
# else
#define C_FLT128_DIG 0
# endif
+ #else
+ #define C_FLT128_DIG 0
#endif
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#define C_LDBL_DIG DECIMAL_DIG
diff --git a/m4/aclocal_fc.m4 b/m4/aclocal_fc.m4
index dc7626e..a9d18ba 100644
--- a/m4/aclocal_fc.m4
+++ b/m4/aclocal_fc.m4
@@ -568,6 +568,8 @@ rm -f pac_Cconftest.out
# else
#define C_FLT128_DIG 0
# endif
+ #else
+ #define C_FLT128_DIG 0
#endif
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
#define C_LDBL_DIG DECIMAL_DIG