mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
(CHECK_ATOMIC_OPS): New test.
(Logical change 1.123)
This commit is contained in:
parent
3f32d4b09f
commit
64fa4c080a
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@ EOF
|
|||
else
|
||||
libc_cv_gcc___thread=no
|
||||
fi])
|
||||
|
||||
AC_DEFUN([CHECK_ATOMIC_OPS],
|
||||
[dnl Check whether the system has the atomic_ops package installed.
|
||||
AC_CHECK_HEADERS(atomic_ops.h)
|
||||
AC_CHECK_LIB(atomic_ops, main)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue