X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=54878d803fe2778c11c3df1db19439aa74f5129c;hb=006bed0af6dede3b1307e3eb635fe037076bebd6;hp=729db8503741927008d78484bc5028a32180463f;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp-builds.git diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 729db850..54878d80 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); }