From: Stefan Weil Date: Sun, 16 Dec 2012 10:29:45 +0000 (+0100) Subject: configure: Earlier pkg-config probe X-Git-Tag: v1.4.0-rc0~281^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779ab5e3ddb9ad903f9a0ec21e148ed7bfd2d255;p=thirdparty%2Fqemu.git configure: Earlier pkg-config probe Probe pkg-config before it is used for the first time (libseccomp check). Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- diff --git a/configure b/configure index ecdb33a58e5..728caca0d0e 100755 --- a/configure +++ b/configure @@ -1359,6 +1359,14 @@ esac fi +########################################## +# pkg-config probe + +if ! has "$pkg_config_exe"; then + echo "Error: pkg-config binary '$pkg_config_exe' not found" + exit 1 +fi + ########################################## # NPTL probe @@ -1589,14 +1597,6 @@ if test "$xen_pci_passthrough" != "no"; then fi fi -########################################## -# pkg-config probe - -if ! has "$pkg_config_exe"; then - echo "Error: pkg-config binary '$pkg_config_exe' not found" - exit 1 -fi - ########################################## # libtool probe