Mercurial > pidgin
diff configure.ac @ 8089:35db601609e3
[gaim-migrate @ 8788]
Gaim-Evolution Buddy List-Addressbook syncronocity by our very own
Chip X. Eightysix.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Tue, 13 Jan 2004 01:45:32 +0000 |
| parents | ea073d234191 |
| children | 2b68c423357e |
line wrap: on
line diff
--- a/configure.ac Tue Jan 13 01:00:24 2004 +0000 +++ b/configure.ac Tue Jan 13 01:45:32 2004 +0000 @@ -238,6 +238,18 @@ AC_SUBST(STARTUP_NOTIFICATION_CFLAGS) AC_SUBST(STARTUP_NOTIFICATION_LIBS) + +dnl Check for stuff needed by the evolution integration plugin. +build_gevo=no + +evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0" +PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, build_gevo=yes, build_gevo=no) + +AC_SUBST(EVOLUTION_ADDRESSBOOK_CFLAGS) +AC_SUBST(EVOLUTION_ADDRESSBOOK_LIBS) + +AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$build_gevo" = "xyes") + dnl Check for XScreenSaver if test "x$enable_xss" = "xyes" ; then old_LIBS="$LIBS" @@ -1011,6 +1023,7 @@ pixmaps/status/default/Makefile plugins/Makefile plugins/docklet/Makefile + plugins/gevolution/Makefile plugins/gaim-remote/Makefile plugins/gestures/Makefile plugins/perl/Makefile
