[poppler] Branch 'poppler-0.6' - configure.ac

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


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

New commits:
commit e2e743c05aec67e2ec2512ff9da0fb2ae990cab5
Author: Brad Hards <bradh at frogmouth.net>
Date:   Sun Nov 4 13:28:07 2007 +0100

    Require fontconfig >= 2.0 Fixes bug 9020

diff --git a/configure.ac b/configure.ac
index 3976da6..73b4c40 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