Always use PKG_CONFIG make var
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7af9041635
commit
8bc997f2d3
3 changed files with 12 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue