aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-12-19 12:33:40 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-12-19 12:33:40 +0100
commit06a8c73c53a78c84d736ee7176522ed21a501ab4 (patch)
tree3b2f0e38aa688a50679fa94937dee6d1ac9587d5 /tests
parent2d92372ea6a64ce898a872f496e62524c19d4b21 (diff)
Fix: replace the pkg-config check for bzip2 with a manual check
The upstream package for bzip2 does not provide a pkg-config file. Some GNU/Linux distributions (e.g. Fedora) have added one, but others like Debian have not. Since Debian and its deriatives are much more wide spread, this makes the existance of a pkg-config file the exception, rather than the norm. This commit replaces the pkg-config based check in configure.ac with a manual check based on AC_CHECK_LIB and AC_CHECK_HEADERS, similar to what is already done for lzo2. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions