Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initialize PKG_CONFIG varible if empty, fixes previous commit
  • Loading branch information
perexg committed Apr 9, 2015
1 parent 098213f commit 02427fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -10,6 +10,7 @@
# ###########################################################################

ROOTDIR=$(cd "$(dirname "$0")"; pwd)
test -z "$PKG_CONFIG" && PKG_CONFIG=pkg-config

#
# Options
Expand Down

0 comments on commit 02427fe

Please sign in to comment.