Revert "m4: Introduce STABLE_ORDERING_JANSSON"

This reverts commit 4dd6054000.

Jansson cannot parse QEMU's quirky JSON.
Revert back to yajl.

https://bugzilla.redhat.com/show_bug.cgi?id=1614569

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Ján Tomko
2018-08-13 13:39:33 +02:00
parent 8e373e6d80
commit 6f99de3148
10 changed files with 0 additions and 48 deletions

View File

@@ -203,11 +203,6 @@ mymain(void)
virQEMUDriver driver;
int ret = 0;
#if !WITH_STABLE_ORDERING_JANSSON
fputs("libvirt not compiled with recent enough Jansson, skipping this test\n", stderr);
return EXIT_AM_SKIP;
#endif
#if !WITH_JANSSON
fputs("libvirt not compiled with JSON support, skipping this test\n", stderr);
return EXIT_AM_SKIP;