summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2bb20809..c08c1d02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,6 +326,8 @@ AC_CHECK_HEADERS([atomic_ops.h], [], [
AC_MSG_ERROR([*** libatomic-ops headers not found])
])
+LIBS="$LIBS -latomic_ops"
+
#### OSS support (optional) ####
AC_ARG_ENABLE([oss],