GitHub user Ormod opened a pull request:
https://github.com/apache/zookeeper/pull/362
zookeeper: Use PKG_CHECK_MODULES to detect the presence of cppunit
Support for it has been removed from upstream, and 10+ year old
cppunit's support the newer syntax. Move on to that.
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1311694
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aiven/zookeeper branch-3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/362.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #362
----
commit 609d94e8d8837fb445952c18d90da77102cc967e
Author: Hannu Valtonen <[email protected]>
Date: 2017-09-07T13:24:05Z
zookeeper: Use PKG_CHECK_MODULES to detect the presence of cppunit
Support for it has been removed from upstream, and 10+ year old
cppunit's support the newer syntax. Move on to that.
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1311694
----
---