mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Make sure the libatomic_ops lib is included.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1347 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c4e47c63b7
commit
a6b99d5196
1 changed files with 2 additions and 0 deletions
|
|
@ -326,6 +326,8 @@ AC_CHECK_HEADERS([atomic_ops.h], [], [
|
|||
AC_MSG_ERROR([*** libatomic-ops headers not found])
|
||||
])
|
||||
|
||||
LIBS="$LIBS -latomic_ops"
|
||||
|
||||
#### OSS support (optional) ####
|
||||
|
||||
AC_ARG_ENABLE([oss],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue