diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-08-30 16:55:37 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-08-30 16:55:37 +0000 |
commit | a6b99d5196cf66aa276d9e7c9483f1b9e2fba491 (patch) | |
tree | bc76e5fd91d52a8bec544804d252636c611a294f | |
parent | c4e47c63b7dbba208cb8c78bb5d15a0d1310854e (diff) |
Make sure the libatomic_ops lib is included.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1347 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2bb208092..c08c1d029 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], |