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:
serge-sans-paille 2022-11-03 13:31:37 +00:00 committed by GitHub
parent cff1c20667
commit 8c4de57de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1 additions and 130 deletions

View file

@ -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

View file

@ -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