From bc42989501e8e604cbf8eb5348d4eb86d5a7cc4b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 21 Jul 2008 16:29:57 -0400 Subject: [PATCH] [configure.in] Cosmetic --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) 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