Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89455 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-1 / +1 lines)
Lines 322-328 Link Here
322
AC_ARG_ENABLE(gevolution, [  --disable-gevolution    compile without the Gaim-Evolution plugin],,enable_gevolution=yes)
322
AC_ARG_ENABLE(gevolution, [  --disable-gevolution    compile without the Gaim-Evolution plugin],,enable_gevolution=yes)
323
323
324
if test "x$enable_gevolution" = "xyes"; then
324
if test "x$enable_gevolution" = "xyes"; then
325
	evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0"
325
	evo_deps="libxml-2.0 libebook-1.2 libedata-book-1.2"
326
	PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, build_gevo=yes, build_gevo=no)
326
	PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, build_gevo=yes, build_gevo=no)
327
327
328
	AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS)
328
	AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS)

Return to bug 89455