From 735ae8d139a673b30b321dc10acfd3d14f0d633b Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Fri, 5 Jan 2018 23:15:34 -0800 Subject: 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. --- configure | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1