look for shm_open in -lrt
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Aug 2006 19:57:19 +0000 (19:57 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Aug 2006 19:57:19 +0000 (19:57 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1269 fefdeb5f-60dc-0310-8127-8f9354f1896f

configure.ac

index 68d9d5d..07b2cfa 100644 (file)
@@ -206,6 +206,8 @@ AC_SEARCH_LIBS([dlopen], [dl])
 # BSD
 AC_SEARCH_LIBS([connect], [socket])
 
 # BSD
 AC_SEARCH_LIBS([connect], [socket])
 
+AC_SEARCH_LIBS([shm_open], [rt])
+
 # Non-standard
 
 # This magic is needed so we do not needlessly add static libs to the win32
 # Non-standard
 
 # This magic is needed so we do not needlessly add static libs to the win32