# HG changeset patch # User Mark Doliner # Date 1129610579 0 # Node ID ffc7d932178a5bfcc29dc808172b25e8a8986428 # Parent b91a84e7cbcbbfc7051ca19f15fc76d6f32d7385 [gaim-migrate @ 13980] It doesn't look like Gaim itself actually depends on this? committer: Tailor Script diff -r b91a84e7cbcb -r ffc7d932178a configure.ac --- a/configure.ac Tue Oct 18 04:16:44 2005 +0000 +++ b/configure.ac Tue Oct 18 04:42:59 2005 +0000 @@ -486,13 +486,13 @@ AC_ARG_ENABLE(gevolution, [ --disable-gevolution compile without the Gaim-Evolution plugin],,enable_gevolution=yes) if test "x$enable_gevolution" = "xyes"; then - evo_deps="libxml-2.0 libebook-1.2 libedata-book-1.2" + evo_deps="libebook-1.2 libedata-book-1.2" PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [ AC_DEFINE(HAVE_EVOLUTION_ADDRESSBOOK, 1, [Define if we're using evolution addressbook.]) build_gevo=yes ], build_gevo=no) if test "x$build_gevo" = "xno"; then - evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0" + evo_deps="libebook-1.0 libedata-book-1.0" PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [ AC_DEFINE(HAVE_EVOLUTION_ADDRESSBOOK, 1, [Define if we're using evolution addressbook.]) build_gevo=yes