Code

change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
authorishmal <ishmal@users.sourceforge.net>
Mon, 31 Jul 2006 11:49:20 +0000 (11:49 +0000)
committerishmal <ishmal@users.sourceforge.net>
Mon, 31 Jul 2006 11:49:20 +0000 (11:49 +0000)
src/extension/internal/pdf-cairo.cpp

index 9dba2195bbca82d26a5a64329b1d863645f1016e..c99e0bec88d3dbedd9742583a4c617c4c0b4a5c3 100644 (file)
@@ -837,7 +837,7 @@ PrintCairoPDF::text(Inkscape::Extension::Print *mod, char const *text, NR::Point
     pango_font_description_free(adjusted);
     tf->Unref();
 
-#ifdef USE_PANGO_CAIRO
+#ifdef HAVE_PANGO_CAIRO
     pango_cairo_update_layout(cr, _layout);
 #else
     pango_layout_context_changed(_layout);   // is this needed?