[evolution-data-server] Drop the check for libgdata >= 0.9.1 for GOA support.



commit 21808b9bb8cb3c9f7da3311421ca9df6d2b2878e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Oct 10 14:04:32 2012 -0400

    Drop the check for libgdata >= 0.9.1 for GOA support.
    
    We already require libgdata >= 0.10, so the check is redundant.

 configure.ac |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2101583..f87f050 100644
--- a/configure.ac
+++ b/configure.ac
@@ -365,14 +365,7 @@ if test "x$enable_goa" = xyes; then
 	If you want to disable GNOME Online Accounts support,
 	please append --disable-goa to configure.])])
 
-	if `$PKG_CONFIG --atleast-version=0.9.1 libgdata`; then
-		AC_DEFINE(HAVE_GOA,1,[Have goa-1.0 and libgdata >= 0.9.1])
-	else
-		AC_MSG_ERROR([
-	libgdata >= 0.9.1 is required for GNOME Online Accounts support.
-	If you want to disable GNOME Online Accounts support, please
-	append --disable-goa to configure.])
-	fi
+	AC_DEFINE(HAVE_GOA, 1, [Define to 1 if you have the goa-1.0 package.])
 fi
 AM_CONDITIONAL(HAVE_GOA, [test x$enable_goa = xyes])
 



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