summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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],