aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-05-23 11:49:15 +0200
committerBjörn Gustavsson <[email protected]>2018-05-23 11:50:52 +0200
commit4534387fd15937fd3a7d646e9fa56ba2b62390da (patch)
tree0a457e390315c25b1489baca1da33ad08250813a /erts/configure.in
parent58abc1e47e6f44c75ef8e86f973270c6e23e89f7 (diff)
downloadotp-4534387fd15937fd3a7d646e9fa56ba2b62390da.tar.gz
otp-4534387fd15937fd3a7d646e9fa56ba2b62390da.tar.bz2
otp-4534387fd15937fd3a7d646e9fa56ba2b62390da.zip
configure.in: Add back accidentally deleted AC_SUBST(FPE)
AC_SUBST(FPE) was accidentally deleted in 13bcae12947603.
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in
index f66445ec25..10ea0b5e4b 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -2706,6 +2706,7 @@ dnl On x86/amd64, floating points exceptions have
dnl unresolved stability issues.
AC_MSG_CHECKING([for unreliable floating point exceptions])
FPE=unreliable
+AC_SUBST(FPE)
AC_MSG_RESULT([unreliable])
AC_DEFINE(NO_FPE_SIGNALS,[],[Define if floating points exceptions are non-existing/not reliable])