mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-03 12:42:16 +02: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
|
else
|
||||||
libc_cv_gcc___thread=no
|
libc_cv_gcc___thread=no
|
||||||
fi])
|
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…
Add table
Reference in a new issue