summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-08-30 14:44:15 +0000
committerPierre Ossman <ossman@cendio.se>2006-08-30 14:44:15 +0000
commitc4e47c63b7dbba208cb8c78bb5d15a0d1310854e (patch)
tree6bc2de605747dc60b9e5330942a2b2094706ce06 /configure.ac
parent078420a9d2b2532062f30263d067e76735a30349 (diff)
Remove check for libatomic_ops library as some systems have no (zero, nada)
symbols in it. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1346 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 42bee9a8..2bb20809 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,12 +326,6 @@ AC_CHECK_HEADERS([atomic_ops.h], [], [
AC_MSG_ERROR([*** libatomic-ops headers not found])
])
-AC_SEARCH_LIBS([AO_spin], [atomic_ops], [], [
-AC_MSG_ERROR([*** libatomic-ops library file not found])
-])
-
-
-
#### OSS support (optional) ####
AC_ARG_ENABLE([oss],