Changeset 307 for trunk/configure.ac
- Timestamp:
- 04/11/08 10:08:07 (6 months ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r287 r307 49 49 AC_DEFINE([HAVE_POPPLER_0_6_0], [1], [Define to 1 if you have Poppler version 0.6.0 or higher.]) 50 50 fi 51 PKG_CHECK_EXISTS([poppler-glib >= 0.8], [have_poppler_080=yes]) 52 if test "x$have_poppler_080" = "xyes"; then 53 AC_DEFINE([HAVE_POPPLER_0_8_0], [1], [Define to 1 if you have Poppler version 0.8.0 or higher.]) 54 fi 51 55 52 56 EPDFVIEW_PATH_CUPS([CUPS], [have_cups=yes])
