]> granicus.if.org Git - curl/commit
build: Fix support for PKG_CONFIG
authorJay Satiro <raysatiro@yahoo.com>
Sat, 24 Oct 2015 07:31:57 +0000 (03:31 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 24 Oct 2015 07:31:57 +0000 (03:31 -0400)
commitd9a1776b323f2a000da9cf5a6b9ba1eda58b80e2
tree27dc78d50b09744c9115d0fe703ec7be4579faf1
parent72d99f2e7b7594545bca9f13ddfa0ba7f0e51066
build: Fix support for PKG_CONFIG

- Allow the user to use PKG_CONFIG but not PKGCONFIG.

Background:

Last week in 14d5a86 a change was made to allow the user to set the
PKGCONFIG variable. Today in 72d99f2 I supplemented that to allow the
more common PKG_CONFIG as an alternative if PKGCONFIG is not set.

Neither of those changes worked as expected because PKGCONFIG is
occasionally reset in configure and by the CURL_CHECK_PKGCONFIG macro.
Instead in this commit I take the approach that the user may set
PKG_CONFIG only.
acinclude.m4