[gnumeric] Bumped versioned libgda-4.0 dependency as the gda plugin code was revised



commit faca4095f23b7f92e692bf1089f45a5625c5a91d
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Sat Nov 7 17:12:47 2009 +0100

    Bumped versioned libgda-4.0 dependency as the gda plugin code was revised
    and now requires libgda/control-center/gdaui-login-dialog.h which is only
    available as of version 4.1.1.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index e9a2f9d..084fe81 100644
--- a/configure.in
+++ b/configure.in
@@ -413,7 +413,7 @@ AC_ARG_WITH(gda,
 	fi
 )
 if test "$try_gda" = true; then
-	PKG_CHECK_MODULES(GDA, [libgda-4.0 >= 3.99.6],
+	PKG_CHECK_MODULES(GDA, [libgda-4.0 >= 4.1.1],
 		[gda_msg=yes],
 		[gda_msg="NO.  libgda problem"])
 	if test "$gda_msg" = yes; then



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