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 (-2 / +2 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)
Lines 331-337 Link Here
331
	dnl This can be removed in a few releases of Evolution, especially when
331
	dnl This can be removed in a few releases of Evolution, especially when
332
	dnl it goes stable!
332
	dnl it goes stable!
333
	AC_MSG_CHECKING([libebook version])
333
	AC_MSG_CHECKING([libebook version])
334
	LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.0`
334
	LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.2`
335
	LIBEBOOK_MAJOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
335
	LIBEBOOK_MAJOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
336
	LIBEBOOK_MINOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
336
	LIBEBOOK_MINOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
337
	LIBEBOOK_MICRO_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
337
	LIBEBOOK_MICRO_VER=`echo $LIBEBOOK_VERSION | sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`

Return to bug 89455