changeset 31660:ad08d4383d78

This empty section was causing an invalid configure script to be created when building with evolution support enabled
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 13 Jun 2011 17:27:49 +0000
parents dad4b1d00014
children 2a47dc416d07
files configure.ac
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Jun 12 09:40:09 2011 +0000
+++ b/configure.ac	Mon Jun 13 17:27:49 2011 +0000
@@ -571,7 +571,6 @@
 			evo_deps="libebook-1.0 libedata-book-1.0"
 			PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [
 				enable_gevolution="yes"
-			], [
 			])
 		fi
 		if test "x$enable_gevolution" = "xyes"; then