From 7d9b5e8e7d2094dedbe7e3e2f961544f233ce57e Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Wed, 12 Sep 2012 09:01:45 +0200 Subject: [PATCH] Partial revert "cross compile with mingw": unbreak pkg-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This partially reverts commit 07a978d3d4b41739eff1061dc45dbfa737bf78b9. Despite what the commit message said, pkg-config previously worked and was useful, particularly for static Qt. Qt itself even installs its own .pc files. Note: The mkspec win32-g++-cross had a PKG_CONFIG definition to avoid using the pkg-config installation on the build machine. Change-Id: Ia4a8d18cd57f74a00bdb9b6a171d20151978a9cc Reviewed-by: Qt Doc Bot Reviewed-by: Peter Kümmel Reviewed-by: Oswald Buddenhagen --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index b9fc11d076..a2413aaa8b 100755 --- a/configure +++ b/configure @@ -1364,7 +1364,6 @@ while [ "$#" -gt 0 ]; do case `basename "$XPLATFORM"` in win32-g++*) XPLATFORM_MINGW=yes CFG_RPATH=no - PKG_CONFIG=no CFG_REDUCE_EXPORTS=no ;; esac