Changeset 242
- Timestamp:
- 06/18/06 05:20:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r213 r242 41 41 AC_SUBST([POPPLER_LIBS]) 42 42 dnl Check if we have poppler version 0.5.2 or higher. 43 PKG_CHECK_EXISTS([poppler-glib >= 0.5.2], [have_popp pler_052=yes])43 PKG_CHECK_EXISTS([poppler-glib >= 0.5.2], [have_poppler_052=yes]) 44 44 if test "x$have_poppler_052" = "xyes"; then 45 45 AC_DEFINE([HAVE_POPPLER_0_5_2], [1], [Define to 1 if you have Poppler version 0.5.2 or higher.])
