]> granicus.if.org Git - gc/commit
Do not use PKG_CHECK_MODULES in configure
authorIvan Maidanski <ivmai@mail.ru>
Fri, 18 May 2018 19:00:36 +0000 (22:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 18 May 2018 19:00:36 +0000 (22:00 +0300)
commit658f6393ffa12798c1cacfa3fa688247289e8544
tree9ee90142d83e0efd07ca45dee3777ded198c9341
parenta043dadec3c3f97e5899cf7d81e8f0dea9a347de
Do not use PKG_CHECK_MODULES in configure

Issue #200 (bdwgc).

Presence of libatomic_ops is now detected only by checking the
installed headers, but libatomic_ops is no longer needed for most of
the clients which have atomic intrinsics support by the compiler.

* README.md (Installation and Portability): Remove information about
"syntax error near unexpected token ATOMIC_OPS".
* autogen.sh: Update comment removing pkg-config from the requirements.
* configure.ac (PKG_CHECK_MODULES(ATOMIC_OPS)): Comment out; update the
comment.
README.md
autogen.sh
configure.ac