gh-126178: NFC Separate Emscripten and WASI standard lib disables in configure (#126179)
Separate the Emscripten and WASI stdlib configuration in configure.
This commit is contained in:
36
configure
generated
vendored
36
configure
generated
vendored
@@ -29254,7 +29254,7 @@ case $ac_sys_system in #(
|
||||
|
||||
py_cv_module__scproxy=n/a
|
||||
;; #(
|
||||
Emscripten|WASI) :
|
||||
Emscripten) :
|
||||
|
||||
|
||||
|
||||
@@ -29276,9 +29276,6 @@ case $ac_sys_system in #(
|
||||
py_cv_module_syslog=n/a
|
||||
py_cv_module_=n/a
|
||||
|
||||
case $ac_sys_system/$ac_sys_emscripten_target in #(
|
||||
Emscripten/browser*) :
|
||||
|
||||
|
||||
|
||||
py_cv_module_fcntl=n/a
|
||||
@@ -29286,10 +29283,28 @@ case $ac_sys_system in #(
|
||||
py_cv_module_termios=n/a
|
||||
py_cv_module_=n/a
|
||||
|
||||
;; #(
|
||||
Emscripten/node*) :
|
||||
;; #(
|
||||
WASI/*) :
|
||||
;; #(
|
||||
WASI) :
|
||||
|
||||
|
||||
|
||||
py_cv_module__curses=n/a
|
||||
py_cv_module__curses_panel=n/a
|
||||
py_cv_module__dbm=n/a
|
||||
py_cv_module__gdbm=n/a
|
||||
py_cv_module__multiprocessing=n/a
|
||||
py_cv_module__posixshmem=n/a
|
||||
py_cv_module__posixsubprocess=n/a
|
||||
py_cv_module__scproxy=n/a
|
||||
py_cv_module__tkinter=n/a
|
||||
py_cv_module__interpreters=n/a
|
||||
py_cv_module__interpchannels=n/a
|
||||
py_cv_module__interpqueues=n/a
|
||||
py_cv_module_grp=n/a
|
||||
py_cv_module_pwd=n/a
|
||||
py_cv_module_resource=n/a
|
||||
py_cv_module_syslog=n/a
|
||||
py_cv_module_=n/a
|
||||
|
||||
|
||||
|
||||
@@ -29305,11 +29320,6 @@ case $ac_sys_system in #(
|
||||
py_cv_module_xxlimited_35=n/a
|
||||
py_cv_module_=n/a
|
||||
|
||||
|
||||
;; #(
|
||||
*) :
|
||||
;;
|
||||
esac
|
||||
;; #(
|
||||
*) :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user