]> git.ipfire.org Git - thirdparty/curl.git/commit
configure.ac: replace krb5-config with pkg-config
authorRoy Li <rongqing.li@windriver.com>
Tue, 26 Apr 2016 05:13:01 +0000 (13:13 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Oct 2021 12:13:38 +0000 (14:13 +0200)
commit6fe4e7d3bfc1520da032ea067b4712cc1357f016
tree3daebb5ae1902dd465a4f945d8e0f6a8db282b4e
parent6204aab43a05e34e3797d9705e7bcc76b2cf0b0c
configure.ac: replace krb5-config with pkg-config

The rationale is that custom *-config tools don't work well when
cross-compiling or using sysroots (such as when using Yocto project) and
require custom fixing for each of them; pkg-config on the other hand
works similarly everywhere.

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Closes #7916
configure.ac