diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-07-21 16:29:57 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-07-25 11:18:22 -0400 |
commit | bc42989501e8e604cbf8eb5348d4eb86d5a7cc4b (patch) | |
tree | 0924e539bf8a20d32df8fa38841bd9b95b9451de /configure.in | |
parent | 1a9809baab5d8adf6ccf165e8f5d294b498c2fd5 (diff) |
[configure.in] Cosmetic
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d7fc160f..9d3b9cc2 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 |