mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Since now we have FreeBSD atomic operations, don't require libatomic_ops.
This lets the original configure script to pass on FreeBSD.
This commit is contained in:
parent
ca637e5ba4
commit
2caf59d49f
1 changed files with 4 additions and 0 deletions
|
|
@ -235,6 +235,10 @@ else
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
need_libatomic_ops=no
|
need_libatomic_ops=no
|
||||||
;;
|
;;
|
||||||
|
*-freebsd*)
|
||||||
|
AC_MSG_RESULT([yes])
|
||||||
|
need_libatomic_ops=no
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_RESULT([unknown])
|
AC_MSG_RESULT([unknown])
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue