initialize PKG_CONFIG varible if empty, fixes previous commit
This commit is contained in:
parent
098213f545
commit
02427fe00c
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -10,6 +10,7 @@
|
|||
# ###########################################################################
|
||||
|
||||
ROOTDIR=$(cd "$(dirname "$0")"; pwd)
|
||||
test -z "$PKG_CONFIG" && PKG_CONFIG=pkg-config
|
||||
|
||||
#
|
||||
# Options
|
||||
|
|
Loading…
Add table
Reference in a new issue