]> git.0d.be Git - empathy.git/commitdiff
Enable VoIP by default. Requier latest stream-engine.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 4 Apr 2008 11:33:01 +0000 (11:33 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 4 Apr 2008 11:33:01 +0000 (11:33 +0000)
svn path=/trunk/; revision=867

configure.ac

index a5d30bcdc29b4c59ca02be9515eeb9b4214afe98..4b38c595c6341b7a19ecd73e686f8d974bcbb6af 100644 (file)
@@ -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])