summaryrefslogtreecommitdiff
path: root/modules/ldexpl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ldexpl')
-rw-r--r--modules/ldexpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/ldexpl b/modules/ldexpl
index b6d3117343..35e52ab0ce 100644
--- a/modules/ldexpl
+++ b/modules/ldexpl
@@ -7,8 +7,9 @@ m4/ldexpl.m4
Depends-on:
math
-isnanl [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
-fpucw [test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no]
+ldexp [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
+isnanl [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+fpucw [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
configure.ac:
gl_FUNC_LDEXPL