]> granicus.if.org Git - graphviz/commitdiff
change pango requirement from >= 1.14.10 (from fc6) to >= 1.14.9 (from centos5)
authorellson <devnull@localhost>
Fri, 28 Dec 2007 16:17:32 +0000 (16:17 +0000)
committerellson <devnull@localhost>
Fri, 28 Dec 2007 16:17:32 +0000 (16:17 +0000)
   in an attempt to provide cairo rendering on RHEL5.

configure.ac

index 372709e5e18d8bbb0a6f305783a91aae26ec24f1..5b69d001bf61dfac6ec5be1029b11260381a9e34 100644 (file)
@@ -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])],