Fix 'package requirements (atomic_ops) were not met' configure error
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Oct 2017 21:02:27 +0000 (00:02 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 16 Oct 2017 21:02:27 +0000 (00:02 +0300)
commitfbb22e9e32827af4257e03ff3b473438ad6d0942
tree14d2c66afd43658e3fbe44d2115a9a409a1bd4ac
parent3d343355edd93994bacd523364186ffe50b95b43
Fix 'package requirements (atomic_ops) were not met' configure error
(fix commit 3d34335)

* configure.ac [$missing_libatomic_ops] (PKG_CHECK_MODULES):
Pass no-op to action-if-not-found parameter (because the default
action-if-not-found ends the execution with an error in case of the
missing dependency).
configure.ac