]> granicus.if.org Git - gc/commit
Fix external libatomic_ops pkg-config-based detection
authorIvan Maidanski <ivmai@mail.ru>
Mon, 29 May 2017 07:51:44 +0000 (10:51 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 30 May 2017 13:30:08 +0000 (16:30 +0300)
commitcc8b9195f4662cf46c06d08e4003979051faa88c
treeb59efbd7abcbc1b433a0c416bb56ae6706613870
parent4c6e7ed1a598375eac1657255aac1a00a0d47918
Fix external libatomic_ops pkg-config-based detection

Fall back to AC_CHECK_HEADER-based detection of libatomic_ops library
if PKG_CHECK_MODULES failed to find the library.

* configure.ac [missing_libatomic_ops=true]: Call
AC_CHECK_HEADER(atomic_ops.h) and set missing_libatomic_ops=false if
atomic_ops.h is found; add comment.
configure.ac