]> 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>
Mon, 29 May 2017 07:51:44 +0000 (10:51 +0300)
commitdc6d076140d4bf05861055afb129a14d2b90bb0f
treec120f6f9f2572165f0316a98ae5f914a4b9dc786
parentc8f4184da21b553b28d520047e928562ff208948
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