summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2018-01-05 23:15:34 -0800
committerBenjamin Peterson <benjamin@python.org>2018-01-05 23:15:34 -0800
commit735ae8d139a673b30b321dc10acfd3d14f0d633b (patch)
tree027e039ce309a5617d15cdf7f2ef8a1f711fcaaa /configure
parent502d551c6d782963d26957a9e5ff1588946f233f (diff)
downloadcpython-git-735ae8d139a673b30b321dc10acfd3d14f0d633b.tar.gz
bpo-29137: Remove fpectl module (#4789)
This module has never been enabled by default, never worked correctly on x86-64, and caused ABI problems that caused C extension compatibility. See bpo-29137 for details/discussion.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 0 insertions, 25 deletions
diff --git a/configure b/configure
index da2c43fe7a..afffc19075 100755
--- a/configure
+++ b/configure
@@ -832,7 +832,6 @@ with_c_locale_coercion
with_c_locale_warning
with_valgrind
with_dtrace
-with_fpectl
with_libm
with_libc
enable_big_digits
@@ -1539,7 +1538,6 @@ Optional Packages:
locale
--with-valgrind Enable Valgrind support
--with(out)-dtrace disable/enable DTrace support
- --with-fpectl enable SIGFPE catching
--with-libm=STRING math library
--with-libc=STRING C library
--with(out)-computed-gotos
@@ -13691,29 +13689,6 @@ fi
fi
-# Check for --with-fpectl
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-fpectl" >&5
-$as_echo_n "checking for --with-fpectl... " >&6; }
-
-# Check whether --with-fpectl was given.
-if test "${with_fpectl+set}" = set; then :
- withval=$with_fpectl;
-if test "$withval" != no
-then
-
-$as_echo "#define WANT_SIGFPE_HANDLER 1" >>confdefs.h
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
# check for --with-libm=...
case $ac_sys_system in