diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2018-01-06 07:15:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-01-06 07:15:34 (GMT) |
commit | 735ae8d139a673b30b321dc10acfd3d14f0d633b (patch) | |
tree | 027e039ce309a5617d15cdf7f2ef8a1f711fcaaa /configure | |
parent | 502d551c6d782963d26957a9e5ff1588946f233f (diff) | |
download | cpython-735ae8d139a673b30b321dc10acfd3d14f0d633b.zip cpython-735ae8d139a673b30b321dc10acfd3d14f0d633b.tar.gz cpython-735ae8d139a673b30b321dc10acfd3d14f0d633b.tar.bz2 |
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-x | configure | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -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 |