提交 01f6cbcf 编写于 作者: M Michal Privoznik

tests: Run virnetdaemontest iff WITH_YAJL

The test itself and daemon require a JSON parsing library. If not
present, skip the test.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 2340f3eb
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define VIR_FROM_THIS VIR_FROM_RPC #define VIR_FROM_THIS VIR_FROM_RPC
#ifdef HAVE_SOCKETPAIR #if defined(HAVE_SOCKETPAIR) && defined(WITH_YAJL)
static virNetServerPtr static virNetServerPtr
testCreateServer(const char *host, int family) testCreateServer(const char *host, int family)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册