diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-02 13:48:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 13:48:32 (GMT) |
commit | 4ba18099b70c9f20f69357bac94d74f7c3238d7f (patch) | |
tree | 714317734a64e190397faeb422fd82195a901c90 /configure | |
parent | 1f3e797dc0451f48e649bcab2c9fd80224ffdac0 (diff) | |
download | cpython-4ba18099b70c9f20f69357bac94d74f7c3238d7f.zip cpython-4ba18099b70c9f20f69357bac94d74f7c3238d7f.tar.gz cpython-4ba18099b70c9f20f69357bac94d74f7c3238d7f.tar.bz2 |
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Remove also the HAVE_IEEEFP_H macro: remove ieeefp.h from the
AC_CHECK_HEADERS() check of configure.ac.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10326,12 +10326,6 @@ then : printf "%s\n" "#define HAVE_GRP_H 1" >>confdefs.h fi -ac_fn_c_check_header_compile "$LINENO" "ieeefp.h" "ac_cv_header_ieeefp_h" "$ac_includes_default" -if test "x$ac_cv_header_ieeefp_h" = xyes -then : - printf "%s\n" "#define HAVE_IEEEFP_H 1" >>confdefs.h - -fi ac_fn_c_check_header_compile "$LINENO" "io.h" "ac_cv_header_io_h" "$ac_includes_default" if test "x$ac_cv_header_io_h" = xyes then : |