mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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
2 changed files with 0 additions and 14 deletions
8
configure
generated
vendored
8
configure
generated
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue