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>
Mon, 16 Oct 2017 08:00:53 +0000 (11:00 +0300)
commit3d343355edd93994bacd523364186ffe50b95b43
treead13b277d1853cb1e69f2ac0c8a54b00529f584e
parent58c5c0535d3ecdab06f4a440d22300c7a713130c
Allow PKG_CHECK_MODULES in configure.ac to be commented out easily
(code refactoring)

* configure.ac [$with_libatomic_ops!=no && $with_libatomic_ops!=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