提交 779ab5e3 编写于 作者: S Stefan Weil 提交者: Stefan Hajnoczi

configure: Earlier pkg-config probe

Probe pkg-config before it is used for the first time (libseccomp check).
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
上级 5a6c7644
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册