10000 gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864) · python/cpython@bbc5e5c · GitHub
[go: up one dir, main page]

Skip to content

Commit bbc5e5c

Browse files
authored
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Update configure script for ossaudiodev removal: remove the OSSAUDIODEV_LIBS variable.
1 parent c3204ed commit bbc5e5c

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

configure

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3916,12 +3916,6 @@ AS_VAR_IF([have_nis], [yes], [
39163916
])
39173917
])
39183918

3919-
dnl On NetBSD, when using OSS audio, you need to link against libossaudio
3920-
AS_CASE([$ac_sys_system],
3921-
[NetBSD*], [OSSAUDIODEV_LIBS="-lossaudio"],
3922-
[OSSAUDIODEV_LIBS=""]
3923-
)
3924-
39253919
dnl detect sqlite3 from Emscripten emport
39263920
PY_CHECK_EMSCRIPTEN_PORT([LIBSQLITE3], [-sUSE_SQLITE3])
39273921

0 commit comments

Comments
 (0)
0