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
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:43 +0800
commitc605f0006a5a08743fbbf4279e7df9d858381d01 (patch)
tree25ea19fa1a1c403e07bc73b2337746312a89da92 /configure.ac
parent49f3dfb8bde4c1181025fe31326bc9e72f2bdf3f (diff)
downloadgsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar.gz
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar.bz2
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar.lz
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar.xz
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.tar.zst
gsoc2013-empathy-c605f0006a5a08743fbbf4279e7df9d858381d01.zip
Build an empathy-call binary when we have Call support
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 413a24451..818d24f78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,8 +176,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)