From: ellson Date: Fri, 28 Dec 2007 16:17:32 +0000 (+0000) Subject: change pango requirement from >= 1.14.10 (from fc6) to >= 1.14.9 (from centos5) X-Git-Tag: LAST_LIBGRAPH~32^2~4945 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb50b12cce40d813a19b31723702d3721461c745;p=graphviz change pango requirement from >= 1.14.10 (from fc6) to >= 1.14.9 (from centos5) in an attempt to provide cairo rendering on RHEL5. --- diff --git a/configure.ac b/configure.ac index 372709e5e..5b69d001b 100644 --- a/configure.ac +++ b/configure.ac @@ -1601,8 +1601,8 @@ AC_ARG_WITH(pangocairo, [], [with_pangocairo=yes]) if test "x$with_pangocairo" = "xyes"; then -# require at least the version available on fc6 -PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.14.10], +# require at least the version available on centos5 (fc6 has 1.14.10) +PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.14.9], [HAVE_PANGOCAIRO=1 AC_DEFINE_UNQUOTED(HAVE_PANGOCAIRO,1, [Define if you have the pango library with cairo support])],