aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-02 22:01:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-02 22:22:55 +0800
commit2d19fc2f3bc163cf742469185d61e667b2dcd084 (patch)
treec0982b3052be41ac57ec293b4c417ba4c287879d /configure.ac
parent5a6db15dbaaa9f3aa902d5ae2299bdb5ee83a9d8 (diff)
downloadgsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.gz
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.bz2
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.lz
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.xz
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.tar.zst
gsoc2013-empathy-2d19fc2f3bc163cf742469185d61e667b2dcd084.zip
remove empathy-av
https://bugzilla.gnome.org/show_bug.cgi?id=675296
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index f2c84a988..1739b6a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -214,24 +214,6 @@ AC_DEFINE(EMPATHY_GOA_PROVIDER, "org.gnome.OnlineAccounts",
[Name of provider for accounts imported from GOA])
# -----------------------------------------------------------
-# Build empathy-av?
-# -----------------------------------------------------------
-AC_ARG_ENABLE(empathy-av,
- AS_HELP_STRING([--enable-empathy-av=@<:@no/yes@:>@],
- [build empathy-av (legacy call UI)]),,
- [enable_empathy_av=no])
-if test "x$enable_empathy_av" != "xno" ; then
- PKG_CHECK_MODULES(EMPATHY_AV,
- [
- farstream-0.1
- telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED
- ])
- AC_DEFINE(HAVE_EMPATHY_AV, 1, [Define if you have StreamedMedia channel support])
- have_empathy_av=yes
-fi
-AM_CONDITIONAL(HAVE_EMPATHY_AV, test "x$have_empathy_av" = "xyes")
-
-# -----------------------------------------------------------
# evolution-data-server (about-me)
# -----------------------------------------------------------
AC_ARG_WITH(eds,
@@ -564,5 +546,4 @@ Configure summary:
Nautilus-sendto plugin......: ${have_nst}
GOA MC plugin...............: ${have_goa}
Salut E-D-S support.........: ${with_eds}
- empathy-av (legacy).........: ${enable_empathy_av}
"