Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-104773: Remove OSSAUDIODEV_LIBS variable
Update configure script for ossaudiodev removal: remove the
OSSAUDIODEV_LIBS variable.
  • Loading branch information
vstinner committed May 24, 2023
commit 43581e5a0279feb4dd290de9cea6ea1a80a35ac7
8 changes: 0 additions & 8 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down