diff --git a/configure.in b/configure.in index d7fc160f7..9d3b9cc29 100644 --- a/configure.in +++ b/configure.in @@ -651,6 +651,8 @@ CAIRO_BACKEND_ENABLE(ps, PostScript, ps, PS_SURFACE, yes, [ ps_NONPKGCONFIG_LIBS=-lz ]) +dnl =========================================================================== + test_ps=no if test "x$use_ps" = "xyes"; then AC_CHECK_PROG(GS, gs, gs) @@ -673,6 +675,8 @@ CAIRO_BACKEND_ENABLE(pdf, PDF, pdf, PDF_SURFACE, yes, [ pdf_NONPKGCONFIG_LIBS=-lz ]) +dnl =========================================================================== + POPPLER_VERSION_REQUIRED=0.8.0 test_pdf=no if test "x$use_pdf" = "xyes"; then