From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>
Subject: [Qemu-devel] [PATCH 10/10] configure: Earlier pkg-config probe
Date: Tue, 18 Dec 2012 17:51:17 +0100 [thread overview]
Message-ID: <1355849477-1226-11-git-send-email-stefanha@redhat.com> (raw)
In-Reply-To: <1355849477-1226-1-git-send-email-stefanha@redhat.com>
From: Stefan Weil <sw@weilnetz.de>
Probe pkg-config before it is used for the first time (libseccomp check).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
configure | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure b/configure
index ecdb33a..728caca 100755
--- a/configure
+++ b/configure
@@ -1360,6 +1360,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
if test "$nptl" != "no" ; then
@@ -1590,14 +1598,6 @@ if test "$xen_pci_passthrough" != "no"; then
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
if ! has $libtool; then
--
1.8.0.2
next prev parent reply other threads:[~2012-12-18 16:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-18 16:51 [Qemu-devel] [PULL 00/10] Trivial patches for December 8 to 18 2012 Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 01/10] net, hub: fix the indent in the comments Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 02/10] pflash_cfi01: qemu_log_mask "unimplemented" msg Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 03/10] pflash_cfi0x: Send debug messages to stderr Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 04/10] zynq_slcr: Compile time warning fixes Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 05/10] arm_gic: Add cpu nr to Raised IRQ message Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 06/10] gitignore: Add virtfs-proxy-helper Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 07/10] fix build error on ARM due to wrong glibc check Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 08/10] linux-user/syscall.c: remove wrong forward decl of setgroups() Stefan Hajnoczi
2012-12-18 16:51 ` [Qemu-devel] [PATCH 09/10] vmmouse_reset(): remove minimal code duplication Stefan Hajnoczi
2012-12-18 16:51 ` Stefan Hajnoczi [this message]
2012-12-18 23:49 ` [Qemu-devel] [PULL 00/10] Trivial patches for December 8 to 18 2012 Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355849477-1226-11-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).