mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 10:28:01 +02:00
[configure.in] Cosmetic
This commit is contained in:
parent
1a9809baab
commit
bc42989501
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue