diff options
author | Björn Gustavsson <[email protected]> | 2018-05-23 11:49:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-05-23 11:50:52 +0200 |
commit | 4534387fd15937fd3a7d646e9fa56ba2b62390da (patch) | |
tree | 0a457e390315c25b1489baca1da33ad08250813a | |
parent | 58abc1e47e6f44c75ef8e86f973270c6e23e89f7 (diff) | |
download | otp-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.
-rw-r--r-- | erts/configure.in | 1 |
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]) |