mirror of https://github.com/python/cpython.git
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Update configure script for ossaudiodev removal: remove the OSSAUDIODEV_LIBS variable.
This commit is contained in:
parent
c3204ed727
commit
bbc5e5c7d7
|
@ -13487,14 +13487,6 @@ LIBS=$save_LIBS
|
|||
|
||||
fi
|
||||
|
||||
case $ac_sys_system in #(
|
||||
NetBSD*) :
|
||||
OSSAUDIODEV_LIBS="-lossaudio" ;; #(
|
||||
*) :
|
||||
OSSAUDIODEV_LIBS=""
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3916,12 +3916,6 @@ AS_VAR_IF([have_nis], [yes], [
|
|||
])
|
||||
])
|
||||
|
||||
dnl On NetBSD, when using OSS audio, you need to link against libossaudio
|
||||
AS_CASE([$ac_sys_system],
|
||||
[NetBSD*], [OSSAUDIODEV_LIBS="-lossaudio"],
|
||||
[OSSAUDIODEV_LIBS=""]
|
||||
)
|
||||
|
||||
dnl detect sqlite3 from Emscripten emport
|
||||
PY_CHECK_EMSCRIPTEN_PORT([LIBSQLITE3], [-sUSE_SQLITE3])
|
||||
|
||||
|
|
Loading…
Reference in New Issue