Mercurial > pidgin
changeset 11694:ffc7d932178a
[gaim-migrate @ 13980]
It doesn't look like Gaim itself actually depends on this?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 18 Oct 2005 04:42:59 +0000 |
parents | b91a84e7cbcb |
children | a23b55e23754 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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