Allow using pkg-config on OS X/iOS using explicit -pkg-config to configure

Fixup after d44781730c, which would override whatever the user passed
on the command line.

Change-Id: If4d260801866ff53de3e6dfd6d37016fd8453d8d
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
This commit is contained in:
Tor Arne Vestbø 2014-10-06 13:18:01 +02:00 committed by Simo Fält
parent bf28e2fc13
commit 523f5c6722

2
configure vendored
View File

@ -3144,7 +3144,7 @@ if [ "$CFG_FORCEDEBUGINFO" = "yes" ]; then
fi
if [ "$XPLATFORM_MAC" = "yes" ]; then
CFG_PKGCONFIG="no"
[ "$CFG_PKGCONFIG" = "auto" ] && CFG_PKGCONFIG="no"
fi
if [ "$XPLATFORM_IOS" = "yes" ]; then