configure.ac: check for pkg-config when using it
This commit is contained in:
parent
df3ed069d7
commit
8a55068d89
|
@ -35,6 +35,8 @@ AC_ARG_WITH([cryptopp],
|
|||
#and check crypto++
|
||||
if test "$WITH_CRYPTOPP" = "yes"; then
|
||||
|
||||
PKG_PROG_PKG_CONFIG([0.25])
|
||||
|
||||
PKG_CHECK_MODULES([CRYPTOPP],[libcrypto++])
|
||||
|
||||
#crypto++ headers are either in include/crypto++ or include/cryptopp,
|
||||
|
|
Loading…
Reference in a new issue