aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-19 00:16:33 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-08 23:39:53 +0800
commitde4007568e730d95899f235ff06fd1590b1a3dc9 (patch)
treed9a479ba7c5eb2e9f6e420fcd4e5cca16409898b /configure.ac
parent0282fd24b52bf8fbb29fb4249079d25e77fb6211 (diff)
downloadgsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar.gz
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar.bz2
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar.lz
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar.xz
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.tar.zst
gsoc2013-empathy-de4007568e730d95899f235ff06fd1590b1a3dc9.zip
Build an empathy-call binary when we have Call support
Conflicts: src/Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 714133eac..3d0437532 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,8 +186,14 @@ AC_ARG_WITH(call,
[with_call=yes])
if test "x$with_call" = "xyes" ; then
PKG_CHECK_MODULES(YELL, [telepathy-yell])
+ PKG_CHECK_MODULES(EMPATHY_CALL,
+ [
+ farsight2-0.10
+ telepathy-farstream
+ ])
AC_DEFINE(HAVE_CALL, 1, [Define if we have Call interface support])
fi
+AM_CONDITIONAL(HAVE_CALL, test "x$with_call" = "xyes")
# -----------------------------------------------------------
# evolution-data-server (about-me)