int ret = 0;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
testQemuData data;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
testQemuData data;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
testQemuCommandBuildObjectFromJSONData data1;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
struct testQemuHotplugCpuParams cpudata;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
int ret = 0;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
char *metaschema = NULL;
#if !WITH_YAJL
- fputs("libvirt not compiled with yajl, skipping this test\n", stderr);
+ fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif