Changeset 204 for trunk/configure.ac
- Timestamp:
- 06/10/06 04:36:58 (2 years ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r182 r204 40 40 AC_SUBST([POPPLER_CFLAGS]) 41 41 AC_SUBST([POPPLER_LIBS]) 42 dnl Check if we have poppler version 0.5.2 or higher. 43 PKG_CHECK_EXISTS([poppler-glib >= 0.5.2], [have_popppler_052=yes]) 44 if test "x$have_poppler_052" = "xyes"; then 45 AC_DEFINE([HAVE_POPPLER_0_5_2], [1], [Define to 1 if you have Poppler version 0.5.2 or higher.]) 46 fi 47 42 48 43 49 dnl CPPUnit library
