1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-24 21:52:38 +02:00

(CHECK_ATOMIC_OPS): New test.

(Logical change 1.123)
This commit is contained in:
hp.com!davidm 2003-11-24 21:37:22 +00:00
parent 3f32d4b09f
commit 64fa4c080a

View file

@ -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)
])