# HG changeset patch # User Mark Doliner # Date 1307871394 0 # Node ID fd409c3f026e2567cd8dfe334e50319a9258db39 # Parent 4cf5cf0248d960a1cd1fd332c33493db0865165d 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 diff -r 4cf5cf0248d9 -r fd409c3f026e configure.ac --- 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