X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=54878d803fe2778c11c3df1db19439aa74f5129c;hb=e21291cb901adb36d6e44bbe19f845202908e608;hp=729db8503741927008d78484bc5028a32180463f;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 729db85037..54878d803f 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -101,6 +101,7 @@ configure_drivers (int width, int length) exit (EXIT_FAILURE); output_driver_register (driver); +#ifdef HAVE_CAIRO /* Render to render.pdf. */ string_map_insert (&options, "output-file", "render.pdf"); string_map_insert (&options, "headers", "off"); @@ -114,6 +115,7 @@ configure_drivers (int width, int length) if (driver == NULL) exit (EXIT_FAILURE); output_driver_register (driver); +#endif string_map_destroy (&options); }