gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)

Update configure script for ossaudiodev removal: remove the
OSSAUDIODEV_LIBS variable.
This commit is contained in:
Victor Stinner 2023-05-24 16:02:22 +02:00 committed by GitHub
parent c3204ed727
commit bbc5e5c7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 14 deletions

8
configure generated vendored
View File

@ -13487,14 +13487,6 @@ LIBS=$save_LIBS
fi
case $ac_sys_system in #(
NetBSD*) :
OSSAUDIODEV_LIBS="-lossaudio" ;; #(
*) :
OSSAUDIODEV_LIBS=""
;;
esac

View File

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