Changeset 287 for trunk/configure.ac

Show
Ignore:
Timestamp:
10/09/07 01:58:36 (14 months ago)
Author:
jordi
Message:

The version to check is 0.6 not 0.6.0. Thanks to Alex Dedul for pointing it out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r286 r287  
    4545    AC_DEFINE([HAVE_POPPLER_0_5_2], [1], [Define to 1 if you have Poppler version 0.5.2 or higher.]) 
    4646fi 
    47 PKG_CHECK_EXISTS([poppler-glib >= 0.6.0], [have_poppler_060=yes]) 
     47PKG_CHECK_EXISTS([poppler-glib >= 0.6], [have_poppler_060=yes]) 
    4848if 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.]) 
     49    AC_DEFINE([HAVE_POPPLER_0_6_0], [1], [Define to 1 if you have Poppler version 0.6.0 or higher.]) 
    5050fi 
    5151