mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-24 00:07:39 +01:00
Don't check for atomic_ops library for now.
(Logical change 1.283)
This commit is contained in:
parent
ef6d76ffd5
commit
9ef9445558
1 changed files with 7 additions and 1 deletions
|
@ -22,5 +22,11 @@ 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)
|
||||
#
|
||||
# Don't link against libatomic_ops for now. We don't want libunwind
|
||||
# to depend on libatomic_ops.so. Fortunately, none of the platforms
|
||||
# we care about so far need libatomic_ops.a (everything is done via
|
||||
# inline macros).
|
||||
#
|
||||
# AC_CHECK_LIB(atomic_ops, main)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue