[poppler] 2 commits - configure.ac

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Nov 4 04:26:57 PST 2007


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d694e1dd042fb97fbc62046b69cafe30d6f9ea58
Merge: ba5b31c... 432e657...
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sun Nov 4 13:26:47 2007 +0100

    Merge branch 'master' of ssh://aacid@git.freedesktop.org/git/poppler/poppler

commit ba5b31c6a8b2317332bfa148f6d80f66891fb9ce
Author: Brad Hards <bradh at frogmouth.net>
Date:   Sun Nov 4 13:25:12 2007 +0100

    Require fontconfig >= 2.0 Fixes bug 9020

diff --git a/configure.ac b/configure.ac
index af1d25a..547d6f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,7 +154,7 @@ fi
 AC_SUBST(FREETYPE_CFLAGS)
 AC_SUBST(FREETYPE_LIBS)
 
-PKG_CHECK_MODULES(FONTCONFIG, fontconfig)
+PKG_CHECK_MODULES(FONTCONFIG, fontconfig >= 2.0.0)
 
 AC_ARG_ENABLE(splash-output,
               AC_HELP_STRING([--disable-splash-output],


More information about the poppler mailing list