summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-09-02 13:48:32 (GMT)
committerGitHub <noreply@github.com>2023-09-02 13:48:32 (GMT)
commit4ba18099b70c9f20f69357bac94d74f7c3238d7f (patch)
tree714317734a64e190397faeb422fd82195a901c90 /configure
parent1f3e797dc0451f48e649bcab2c9fd80224ffdac0 (diff)
downloadcpython-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-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 983b1ed..d73b4b2 100755
--- a/configure
+++ b/configure
@@ -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 :