From 99398ca727176a768da188d252f3b79926b6bbbd Mon Sep 17 00:00:00 2001 From: Wilson Brenna Date: Wed, 3 Apr 2013 18:11:10 -0400 Subject: [PATCH] Updated warning in configure.ac --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 84df8cf3..874e842c 100644 --- a/configure.ac +++ b/configure.ac @@ -19,6 +19,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS -I m4") dnl librsvg-2.0 is not really needed by Xournal++, but if you don't have it crashes while loading the SVG icons (Problem with Gentoo) +#We also need poppler-dev to be less than or equal to 0.12.5 +#This will be implemented in the future when I purge pkg_modules and replace it with AC_CHECK_LIB pkg_modules="gtk+-2.0 >= 2.18.3 poppler-glib >= 0.5.4 poppler >= 0.5.4 libglade-2.0 >= 2.6.4 gthread-2.0 >= 2.4.0 librsvg-2.0 >= 2.14.0 zlib" AC_MSG_CHECKING([whether Python support is requested])