Always use PKG_CONFIG make var

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-05 16:17:02 +01:00
parent 7af9041635
commit 8bc997f2d3
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 12 additions and 7 deletions

View file

@ -130,7 +130,7 @@ endif
# --------------------------------------------------------------
# Check for optional system-wide dependencies
ifeq ($(shell pkg-config --exists fftw3f && echo true),true)
ifeq ($(shell $(PKG_CONFIG) --exists fftw3f && echo true),true)
HAVE_FFTW3F = true
else
$(warning fftw3f dependency not installed/available)