summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormalc2011-11-01 23:16:34 +0100
committermalc2011-11-01 23:16:34 +0100
commitef26ee0e6c67d415f8b22850f9f13a972ada8be1 (patch)
treec18a9cc2a9f213c8a37473f9b7aa001a99898547 /configure
parentMerge branch 'master' of git://git.qemu.org/qemu (diff)
parentpcnet: Add link state support (diff)
downloadqemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.gz
qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.xz
qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.zip
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 850efc0f16..254b801fd5 100755
--- a/configure
+++ b/configure
@@ -1828,7 +1828,7 @@ if test "$check_utests" != "no" ; then
#include <check.h>
int main(void) { suite_create("qemu test"); return 0; }
EOF
- check_libs=`$pkg_config --libs check`
+ check_libs=`$pkg_config --libs check 2>/dev/null`
if compile_prog "" $check_libs ; then
check_utests=yes
libs_tools="$check_libs $libs_tools"