From 523f5c6722b6fee5b6ddbf1184c76d009eb61fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 6 Oct 2014 13:18:01 +0200 Subject: [PATCH] Allow using pkg-config on OS X/iOS using explicit -pkg-config to configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixup after d44781730ccd4d4, which would override whatever the user passed on the command line. Change-Id: If4d260801866ff53de3e6dfd6d37016fd8453d8d Reviewed-by: Morten Johan Sørvig --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 74ff31eb04..6597262053 100755 --- a/configure +++ b/configure @@ -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