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

Collapse All | Expand All

(-)pidgin-2.10.10.orig/configure.ac (-9 / +1 lines)
Lines 569-586 Link Here
569
	dnl # Check for stuff needed by the Evolution integration plugin.
569
	dnl # Check for stuff needed by the Evolution integration plugin.
570
	dnl #######################################################################
570
	dnl #######################################################################
571
	if test "x$enable_gevolution" = "xyes"; then
571
	if test "x$enable_gevolution" = "xyes"; then
572
		evo_deps="libebook-1.2 libedata-book-1.2 evolution-data-server-1.2 < 3.6"
572
		evo_deps="libebook-1.2 libedata-book-1.2 evolution-data-server-1.2 >= 3.6"
573
		PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, , [
573
		PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, , [
574
			enable_gevolution="no"
574
			enable_gevolution="no"
575
		])
575
		])
576
		if test "x$enable_gevolution" = "xno"; then
577
			evo_deps="libebook-1.0 libedata-book-1.0"
578
			PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [
579
				enable_gevolution="yes"
580
			], [
581
				enable_gevolution="no"
582
			])
583
		fi
584
		if test "x$enable_gevolution" = "xyes"; then
576
		if test "x$enable_gevolution" = "xyes"; then
585
			AC_DEFINE(HAVE_EVOLUTION_ADDRESSBOOK, 1, [Define if we're using evolution addressbook.])
577
			AC_DEFINE(HAVE_EVOLUTION_ADDRESSBOOK, 1, [Define if we're using evolution addressbook.])
586
			AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS)
578
			AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS)

Return to bug 526644