summaryrefslogtreecommitdiff
path: root/m4/logbl.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-06-12 01:57:02 +0200
committerBruno Haible <bruno@clisp.org>2017-06-12 01:57:02 +0200
commitb5f087b157b260a9258c32ecfe9b393971469750 (patch)
tree429de1281d31ed2572097e9b6b8ff77b3371b7ae /m4/logbl.m4
parent2b5ff566346fd7a21dc5b3e762e575611e819b78 (diff)
downloadgnulib-b5f087b157b260a9258c32ecfe9b393971469750.tar.gz
float: Fix 'float' and 'isinf' failures on DragonFly BSD.
* m4/fmal.m4, m4/frexpl.m4, m4/logbl.m4: Update accordingly.
Diffstat (limited to 'm4/logbl.m4')
-rw-r--r--m4/logbl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/logbl.m4 b/m4/logbl.m4
index 553e5bd4e4..db0a36d5ed 100644
--- a/m4/logbl.m4
+++ b/m4/logbl.m4
@@ -1,4 +1,4 @@
-# logbl.m4 serial 1
+# logbl.m4 serial 2
dnl Copyright (C) 2012-2017 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -71,7 +71,7 @@ AC_DEFUN([gl_FUNC_LOGBL_WORKS],
# undef LDBL_MIN_EXP
# define LDBL_MIN_EXP (-16381)
#endif
-#if defined __i386__ && defined __FreeBSD__
+#if defined __i386__ && (defined __FreeBSD__ || defined __DragonFly__)
# undef LDBL_MIN_EXP
# define LDBL_MIN_EXP (-16381)
#endif