[poppler] poppler: ChangeLog,1.262,1.263 configure.ac,1.41,1.42
Albert Astals Cid
aacid at freedesktop.org
Sun Dec 18 13:08:50 PST 2005
Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv3007
Modified Files:
ChangeLog configure.ac
Log Message:
Fix utils building on Slackware
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- ChangeLog 18 Dec 2005 17:12:28 -0000 1.262
+++ ChangeLog 18 Dec 2005 21:08:48 -0000 1.263
@@ -1,6 +1,9 @@
2005-12-18 Albert Astals Cid <aacid at kde.org>
* configure.ac: Better jpeg detection, refer to ml PCbsd problem
+ * utils/Makefile.am: Add fontconfig cflags to utils as not always is
+ on /usr/include Fixes build problems on Slackware. Patch adapted from
+ a Giovanni Venturi patch
2005-12-12 Albert Astals Cid <aacid at kde.org>
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- configure.ac 18 Dec 2005 17:12:28 -0000 1.41
+++ configure.ac 18 Dec 2005 21:08:48 -0000 1.42
@@ -581,6 +581,9 @@
[Don't compile poppler command line utils.]),
enable_utils=$enableval,
enable_utils="yes")
+if test x$enable_utils = xyes; then
+ PKG_CHECK_MODULES(UTILS, fontconfig)
+fi
AM_CONDITIONAL(BUILD_UTILS, test x$enable_utils = xyes)
AC_ARG_ENABLE(compile-warnings,
More information about the poppler
mailing list