]> granicus.if.org Git - handbrake/commit
configure: make separate LDTest and PkgConfigTest functions
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 16 Apr 2019 13:54:02 +0000 (07:54 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 16 Apr 2019 13:54:02 +0000 (07:54 -0600)
commit9f575664d3db2e90bb75c4fed512ef2f810236b1
treed96023ceb67b53d03930cc455c2a0e3a69b783e9
parent9a4790d0fc3c8a453ba17c23c2a2658a140e93b6
configure: make separate LDTest and PkgConfigTest functions

Using LDProbe and PkgConfigProbe Actions within ChkLib Action resulted
in somewhat ugly log output.  Moving the work into separate Test
functions allows it to be reused without using the Actions
make/configure.py