From 85f71b3fbc802a39e1a77caeb377178f7ef4d2f1 Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 11 Aug 2007 13:42:49 +0000 Subject: [PATCH] require pangocairo >= 1.12.4 which is teh version available on fc5 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d0fd36e2..ac26586b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1352,7 +1352,8 @@ if test "x$with_pangocairo" != "xno"; then fi if test "x$with_pangocairo" = "xyes"; then -PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.0], +# require at least the version available on fc5 +PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.12.4], [HAVE_PANGOCAIRO=1 AC_DEFINE_UNQUOTED(HAVE_PANGOCAIRO,1, [Define if you have the pango library with cairo support])], -- 2.40.0