diff options
| author | miklosh <miklosh@users.sourceforge.net> | 2007-07-12 18:16:49 +0000 |
|---|---|---|
| committer | miklosh <miklosh@users.sourceforge.net> | 2007-07-12 18:16:49 +0000 |
| commit | ba4a9c826ca2f59c8de19c7f8f8c61b6cf25f704 (patch) | |
| tree | 9788b22fb738748ee20c0e2b60d2406285955bee | |
| parent | Enable the poppler-based PDF import extension by default. (diff) | |
| download | inkscape-ba4a9c826ca2f59c8de19c7f8f8c61b6cf25f704.tar.gz inkscape-ba4a9c826ca2f59c8de19c7f8f8c61b6cf25f704.zip | |
Upped the required version for poppler.
(bzr r3232)
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bae3fb78c..47466a30a 100644 --- a/configure.ac +++ b/configure.ac @@ -499,13 +499,13 @@ dnl Libpoppler checking dnl ****************************** POPPLER_CFLAGS="" -PKG_CHECK_MODULES(POPPLER, poppler >= 0.5, poppler=yes, poppler=no) +PKG_CHECK_MODULES(POPPLER, poppler >= 0.5.5, poppler=yes, poppler=no) if test "x$poppler" = "xyes"; then dnl Working libpoppler POPPLER_LIBS="-lpoppler " dnl Have to test libpoppler-glib presence - PKG_CHECK_MODULES(POPPLER_GLIB, poppler-glib >= 0.5, poppler_glib=yes, poppler_glib=no) + PKG_CHECK_MODULES(POPPLER_GLIB, poppler-glib >= 0.5.5, poppler_glib=yes, poppler_glib=no) if test "x$poppler_glib" = "xyes"; then dnl Working libpoppler-glib found dnl Check whether the Cairo SVG backend is available |
