Changeset 286 for trunk/configure.ac

Show
Ignore:
Timestamp:
10/08/07 07:52:56 (14 months ago)
Author:
jordi
Message:

Based on a patch sent by Alex Dedul it is not possible to compile ePDFView with poppler version 0.6.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r267 r286  
    4545    AC_DEFINE([HAVE_POPPLER_0_5_2], [1], [Define to 1 if you have Poppler version 0.5.2 or higher.]) 
    4646fi 
     47PKG_CHECK_EXISTS([poppler-glib >= 0.6.0], [have_poppler_060=yes]) 
     48if test "x$have_poppler_060" = "xyes"; then 
     49        AC_DEFINE([HAVE_POPPLER_0_6_0], [1], [Define to 1 if you have Poppler version 0.6.0 or higher.]) 
     50fi 
    4751 
    4852EPDFVIEW_PATH_CUPS([CUPS], [have_cups=yes])