mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
Disable check for pthreads on win32
And do not use sched_get_priority on mingw with win32 pthreads installed
This commit is contained in:
parent
7f48b79758
commit
a13da4e93e
2 changed files with 6 additions and 2 deletions
|
|
@ -433,7 +433,9 @@ AC_CHECK_DEFINE([INADDR_NONE], [netinet/in.h], [],
|
|||
|
||||
#### POSIX threads ####
|
||||
|
||||
ACX_PTHREAD
|
||||
# Win32 build breaks with win32 pthread installed
|
||||
AS_IF([test "x$os_is_win32" != "x1"],
|
||||
[ACX_PTHREAD])
|
||||
|
||||
#### Check for libs ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue