• D
    Fix a compilation failure if yajl not avail · a4e09c1e
    Daniel Veillard 提交于
    configure:     yajl: no
    CC     libvirt_util_la-json.lo
    util/json.c:32:27: error: yajl/yajl_gen.h: No such file or directory
    util/json.c:33:29: error: yajl/yajl_parse.h: No such file or directory
    
    * src/util/json.c: remove the includes if yajl not configured in
    a4e09c1e
json.c 24.3 KB