mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-98948: Remove obsolete readelf dependency (#98949)
This got introduced in commit 5884449539
to determine if readline is already linked against curses or tinfo in
the setup.py, which is no longer present.
This commit is contained in:
parent
cff1c20667
commit
8c4de57de9
6 changed files with 1 additions and 130 deletions
|
@ -14,9 +14,6 @@ ac_cv_buggy_getaddrinfo=no
|
|||
ac_cv_file__dev_ptmx=no
|
||||
ac_cv_file__dev_ptc=no
|
||||
|
||||
# dummy readelf, Emscripten build does not need readelf.
|
||||
ac_cv_prog_ac_ct_READELF=true
|
||||
|
||||
# new undefined symbols / unsupported features
|
||||
ac_cv_func_posix_spawn=no
|
||||
ac_cv_func_posix_spawnp=no
|
||||
|
|
|
@ -9,9 +9,6 @@ ac_cv_buggy_getaddrinfo=no
|
|||
ac_cv_file__dev_ptmx=no
|
||||
ac_cv_file__dev_ptc=no
|
||||
|
||||
# dummy readelf, WASI build does not need readelf.
|
||||
ac_cv_prog_ac_ct_READELF=true
|
||||
|
||||
# get/setrlimit are not supported
|
||||
ac_cv_header_sys_resource_h=no
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue