empathy r867 - trunk



Author: xclaesse
Date: Fri Apr  4 12:33:01 2008
New Revision: 867
URL: http://svn.gnome.org/viewvc/empathy?rev=867&view=rev

Log:
Enable VoIP by default. Requier latest stream-engine.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Apr  4 12:33:01 2008
@@ -285,7 +285,7 @@
 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]