]> git.ipfire.org Git - thirdparty/curl.git/commit
configure.ac: use user-specified gssapi dir when using pkg-config
authorAlejandro R. Sedeño <asedeno@mit.edu>
Wed, 16 Feb 2022 17:56:02 +0000 (12:56 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Feb 2022 21:30:00 +0000 (22:30 +0100)
commit161cbc502ee0bdbda052d6da17d24fa7835f83e7
treeba923787cc645cd3bd7627fab7a442308d903536
parent6a595e12565dcd25d6c641552181e1e1b06b970e
configure.ac: use user-specified gssapi dir when using pkg-config

Using the system pkg-config path in the face of a user-specified
library path is asking to link the wrong library.

Reported-by: Michael Kaufmann
Fixes #8289
Closes #8456
configure.ac