[dia] Bug 567424 - Require cairo 1.4.0



commit 40bcf643f4a2686b3ca642ca11b931ca0b6205df
Author: Hans Breuer <hans breuer org>
Date:   Mon Dec 28 21:47:07 2009 +0100

    Bug 567424 - Require cairo 1.4.0
    
    The version used should match what was installed with
    gtk-2-12 so this change is probably just cometic.

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index a23c5e9..6936d2c 100644
--- a/configure.in
+++ b/configure.in
@@ -137,8 +137,8 @@ dnl Look for Cairo
 AC_ARG_WITH(cairo,
 [  --with-cairo           compile cairo plug-in],,with_cairo=yes)
 if test "x$with_cairo" != "xno"; then
-  PKG_CHECK_MODULES(CAIROVERSION, cairo >= 1.0.0, , 
-                    AC_MSG_ERROR([Need Cairo version 1.0.0 or higher]))
+  PKG_CHECK_MODULES(CAIROVERSION, cairo >= 1.4.0, , 
+                    AC_MSG_ERROR([Need Cairo version 1.4.0 or higher]))
   PKG_CHECK_MODULES(CAIRO, cairo,have_cairo=yes,have_cairo=no)
   AC_SUBST(CAIRO_LIBS)
   AC_SUBST(CAIRO_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]