mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
look for timer_create in librt, Closes #210, patch supplied by matthijs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2108 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0a807b3c4b
commit
a1b2a838cf
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ AC_SEARCH_LIBS([sched_setscheduler], [rt])
|
||||||
AC_SEARCH_LIBS([dlopen], [dl])
|
AC_SEARCH_LIBS([dlopen], [dl])
|
||||||
AC_SEARCH_LIBS([shm_open], [rt])
|
AC_SEARCH_LIBS([shm_open], [rt])
|
||||||
AC_SEARCH_LIBS([inet_ntop], [nsl])
|
AC_SEARCH_LIBS([inet_ntop], [nsl])
|
||||||
|
AC_SEARCH_LIBS([timer_create], [rt])
|
||||||
|
|
||||||
# BSD
|
# BSD
|
||||||
AC_SEARCH_LIBS([connect], [socket])
|
AC_SEARCH_LIBS([connect], [socket])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue