]> granicus.if.org Git - gc/commit
Allow PKG_CHECK_MODULES in configure.ac to be commented out easily
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Oct 2017 08:00:53 +0000 (11:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 25 Oct 2017 10:37:35 +0000 (13:37 +0300)
commitd2ecda7cd758ef43a569104bc2874918575af2ca
tree4cdd816a3e9c4a7a2265e9a187ef63487ac14e1d
parent98fce1f80ba0c5f51a74ef4298db5a5bf7837107
Allow PKG_CHECK_MODULES in configure.ac to be commented out easily
(Cherry-pick commits 3d34335fbb22e9 from 'master' branch.)

* configure.ac [$with_libatomic_ops!=no && $THREADS!=none]
(missing_libatomic_ops): Set to true (before PKG_CHECK_MODULES).
* configure.ac [$missing_libatomic_ops] (PKG_CHECK_MODULES): Set
missing_libatomic_ops back to false if atomic_ops module is not found;
add comment (about pkg-config and the possibility to comment out
PKG_CHECK_MODULES).
configure.ac