]> git.ipfire.org Git - thirdparty/collectd.git/commit
configure.ac: use pkg-config to find libgcrypt 4364/head
authorAdam Sampson <ats@offog.org>
Wed, 23 Apr 2025 11:57:16 +0000 (12:57 +0100)
committerAdam Sampson <ats@offog.org>
Thu, 22 May 2025 15:31:48 +0000 (16:31 +0100)
commite9cc89aca7976a9ee52112ff7dc2b28ea55967f9
treeffb336b1f4206f3667d418a35e5d0556a23bfe73
parent66185d27d72b146a6b909a9dce988affcec9f2aa
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