changeset 32111:fd409c3f026e

These two lines produce stray "yes"'s for me when I run configure with --enable-gevolution when I don't have the appropriate libraries installed
author Mark Doliner <mark@kingant.net>
date Sun, 12 Jun 2011 09:36:34 +0000
parents 4cf5cf0248d9
children fcfa9e6dc88b
files configure.ac
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Jun 07 09:24:22 2011 +0000
+++ b/configure.ac	Sun Jun 12 09:36:34 2011 +0000
@@ -565,7 +565,6 @@
 	if test "x$enable_gevolution" = "xyes"; then
 		evo_deps="libebook-1.2 libedata-book-1.2"
 		PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, , [
-			AC_MSG_RESULT(yes)
 			enable_gevolution="no"
 		])
 		if test "x$enable_gevolution" = "xno"; then
@@ -573,7 +572,6 @@
 			PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [
 				enable_gevolution="yes"
 			], [
-				AC_MSG_RESULT(yes)
 			])
 		fi
 		if test "x$enable_gevolution" = "xyes"; then