diff options
author | serge-sans-paille <serge.guelton@telecom-bretagne.eu> | 2022-11-03 13:31:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 13:31:37 (GMT) |
commit | 8c4de57de9842a5330e8b8f18b02bd6865ce59bb (patch) | |
tree | 2364c4c38affdc1e50f6d01e6d98ed00d7af3047 /Tools/wasm/config.site-wasm32-wasi | |
parent | cff1c20667f668f20be9377ba2bd8d1dc9d56bec (diff) | |
download | cpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.zip cpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.tar.gz cpython-8c4de57de9842a5330e8b8f18b02bd6865ce59bb.tar.bz2 |
gh-98948: Remove obsolete readelf dependency (#98949)
This got introduced in commit 5884449539510313c826d69835829c7957c7154a
to determine if readline is already linked against curses or tinfo in
the setup.py, which is no longer present.
Diffstat (limited to 'Tools/wasm/config.site-wasm32-wasi')
-rw-r--r-- | Tools/wasm/config.site-wasm32-wasi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/wasm/config.site-wasm32-wasi b/Tools/wasm/config.site-wasm32-wasi index 893a0d1..4b8df22 100644 --- a/Tools/wasm/config.site-wasm32-wasi +++ b/Tools/wasm/config.site-wasm32-wasi @@ -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 |