summaryrefslogtreecommitdiff
path: root/modules/expl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expl')
-rw-r--r--modules/expl5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/expl b/modules/expl
index ed377c305e..7df4fb653b 100644
--- a/modules/expl
+++ b/modules/expl
@@ -8,8 +8,9 @@ m4/expl.m4
Depends-on:
math
extensions
-float [test $HAVE_EXPL = 0]
-floorl [test $HAVE_EXPL = 0]
+exp [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
+float [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+floorl [test $HAVE_EXPL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
configure.ac:
gl_FUNC_EXPL