Skip to content

Commit

Permalink
Shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 24, 2015
1 parent 05e0f0f commit f149157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi

# Use pkg-config if available
PKGCONFIG=$(command -v pkg-config)
if [ "$PKGCONFIG" ]; then
if [ $(command -v pkg-config) ]; then
PKGCONFIG_CFLAGS=$(pkg-config --cflags --silence-errors ${PKG_CONFIG_NAME})
PKGCONFIG_LIBS=$(pkg-config --libs ${PKG_CONFIG_NAME})
fi
Expand Down

0 comments on commit f149157

Please sign in to comment.