]> git.ipfire.org Git - thirdparty/collectd.git/commit
configure.ac: use pkg-config to find libgcrypt 4355/head
authorAdam Sampson <ats@offog.org>
Wed, 23 Apr 2025 11:57:16 +0000 (12:57 +0100)
committerAdam Sampson <ats@offog.org>
Wed, 23 Apr 2025 11:57:16 +0000 (12:57 +0100)
commite871771a05c302d5b09d85c21107a69343a508f7
tree082053419dceba8cf973dccbbced90dfa18b2799
parent14c59711e8470798428845ea2ecbdbe28fceb164
configure.ac: use pkg-config to find libgcrypt

libgcrypt has provided a .pc file since 2018, and as of 2024 it no
longer provides a libgcrypt-config program by default, so the existing
test won't find the library any more.
Makefile.am
configure.ac