Skip to content

Commit

Permalink
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Browse files Browse the repository at this point in the history
Update configure script for ossaudiodev removal: remove the
OSSAUDIODEV_LIBS variable.
  • Loading branch information
vstinner authored May 24, 2023
1 parent c3204ed commit bbc5e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
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

0 comments on commit bbc5e5c

Please sign in to comment.