[evolution-data-server/gnome-3-6] configure.ac: Tweak GOA-related error messages.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-6] configure.ac: Tweak GOA-related error messages.
- Date: Wed, 10 Oct 2012 18:41:20 +0000 (UTC)
commit c79e0d88075e275919bc20fde73b0d3885ef0dd3
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Oct 7 09:09:48 2012 -0400
configure.ac: Tweak GOA-related error messages.
(cherry picked from commit b7a592101d20da4af510cc78a68d7538a4e2ac5d)
configure.ac | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 27eae07..9cd2665 100644
--- a/configure.ac
+++ b/configure.ac
@@ -356,14 +356,22 @@ AC_MSG_CHECKING([if GNOME Online Accounts support is enabled])
AC_MSG_RESULT([$enable_goa])
if test "x$enable_goa" = xyes; then
PKG_CHECK_MODULES([GOA], [goa-1.0 >= goa_minimum_version],,
- [AC_MSG_ERROR([goa-1.0 not found (or version < goa_minimum_version),
+ [AC_MSG_ERROR([
+
+ goa-1.0 not found (or version < goa_minimum_version)
+
If you want to disable GNOME Online Accounts support,
- please append --disable-goa to configure.])])
+ please append --disable-goa to configure.
+ ])])
PKG_CHECK_MODULES([OAUTH], [oauth >= oauth_minimum_version],,
- [AC_MSG_ERROR([oauth not found (or version < oauth_minimum_version),
+ [AC_MSG_ERROR([
+
+ oauth not found (or version < oauth_minimum_version)
+
If you want to disable GNOME Online Accounts support,
- please append --disable-goa to configure.])])
+ please append --disable-goa to configure.
+ ])])
AC_DEFINE(HAVE_GOA, 1, [Define to 1 if you have the goa-1.0 package.])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]