man: Fix PKG_CHECK_EXISTS comment about PKG_PROG_PKG_CONFIG

The sentence is clearly referring to the issue of running
PKG_PROG_PKG_CONFIG from outside of a conditional. Thanks to Reuben
Thomas for the suggestion.

https://bugs.freedesktop.org/show_bug.cgi?id=99885
This commit is contained in:
Dan Nicholson 2017-03-20 06:46:51 -05:00
parent f88710d3e1
commit 99ef6fd55a

View file

@ -479,9 +479,10 @@ PKG_CHECK_MODULES.
Check to see whether a particular set of modules exists. Similar
to PKG_CHECK_MODULES(), but does not set variables or print errors.
Similar to PKG_CHECK_MODULES, make sure that the first instance of
this or PKG_CHECK_MODULES is called, or make sure to call
PKG_CHECK_EXISTS manually.
Similar to PKG_CHECK_MODULES, make sure that the first instance of this
or PKG_CHECK_MODULES is called, or make sure to call PKG_PROG_PKGCONFIG
manually.
.TP
.I "PKG_INSTALLDIR(DIRECTORY)"