Make the Cairo and Pango libraries required rather than optional.
[pspp] / utilities / pspp-output.c
index 56a46f001d876c835936ecc172041730b3006197..ed45a4d148fc9a6ffc0e02457b3cef8a53cfb241 100644 (file)
@@ -16,9 +16,7 @@
 
 #include <config.h>
 
-#ifdef HAVE_CAIRO
 #include <cairo.h>
-#endif
 #include <getopt.h>
 #include <limits.h>
 #include <stdlib.h>
@@ -126,10 +124,8 @@ dump_item (const struct spv_item *item)
       break;
 
     case SPV_ITEM_IMAGE:
-#ifdef HAVE_CAIRO
       image_item_submit (image_item_create (cairo_surface_reference (
                                               spv_item_get_image (item))));
-#endif
       break;
 
     case SPV_ITEM_TREE: