aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-04 19:33:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-04 19:33:01 +0800
commit0a3efd1af9f4a613b51e0ffeb2fb974613b30452 (patch)
tree19a9ae11ec21fdf3d6fb76242dc360c60b5a259b /configure.ac
parentece01375c9ea579c363984fb841e5d698ddc6a80 (diff)
downloadgsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar.gz
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar.bz2
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar.lz
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar.xz
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.tar.zst
gsoc2013-empathy-0a3efd1af9f4a613b51e0ffeb2fb974613b30452.zip
Enable VoIP by default. Requier latest stream-engine.
svn path=/trunk/; revision=867
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a5d30bcdc..4b38c595c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,7 +285,7 @@ AM_CONDITIONAL(HAVE_PYTHON, test "x$have_python" = "xyes")
AC_ARG_ENABLE(voip,
AS_HELP_STRING([--enable-voip=@<:@no/yes@:>@],
[Add support for Voice and Video call]), ,
- enable_voip=no)
+ enable_voip=yes)
if test "x$enable_voip" = "xyes"; then
AC_DEFINE(HAVE_VOIP, 1, [Define if we have voip])