summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-02-15 13:21:14 +0000
committerLennart Poettering <lennart@poettering.net>2008-02-15 13:21:14 +0000
commita1b2a838cfd44c424221d85a43b81b1e67c88ce6 (patch)
tree79ac346b48e00168270ff96985778945647ca4e3 /configure.ac
parent0a807b3c4b6f5cd3fa253e0d39a5da5f7e2e4414 (diff)
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b061cbcd..cbc76e48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,6 +277,7 @@ AC_SEARCH_LIBS([sched_setscheduler], [rt])
AC_SEARCH_LIBS([dlopen], [dl])
AC_SEARCH_LIBS([shm_open], [rt])
AC_SEARCH_LIBS([inet_ntop], [nsl])
+AC_SEARCH_LIBS([timer_create], [rt])
# BSD
AC_SEARCH_LIBS([connect], [socket])