Revert inadvertently commited change to required pango version
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Aug 2009 06:31:10 +0000 (08:31 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Aug 2009 06:31:10 +0000 (08:31 +0200)
configure.ac

index d52b4ffb22c7e933baedddf8f90a27d6d7c0bf93..77519330b8d54fc926b058395197dff644ff31a6 100644 (file)
@@ -51,7 +51,7 @@ AC_ARG_WITH([cairo],
   [], [with_cairo=yes])
 AM_CONDITIONAL([HAVE_CAIRO], [test "$with_cairo" != no])
 if test "$with_cairo" != no; then
-  PKG_CHECK_MODULES([CAIRO], [cairo >= 1.5 pango >= 1.20 pangocairo], 
+  PKG_CHECK_MODULES([CAIRO], [cairo >= 1.5 pango >= 1.22 pangocairo], 
     [CPPFLAGS="$CPPFLAGS $CAIRO_CFLAGS"
      AC_DEFINE([HAVE_CAIRO], 1, 
        [Define to 1 if Cairo and Pango are available.])],