diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index f307ffe02..bcd2f0f81 100644 --- a/configure.ac +++ b/configure.ac @@ -269,20 +269,6 @@ fi AM_CONDITIONAL(HAVE_PYTHON, test "x$have_python" = "xyes") # ----------------------------------------------------------- -# VoIP support -# ----------------------------------------------------------- -AC_ARG_ENABLE(voip, - AS_HELP_STRING([--enable-voip=@<:@no/yes@:>@], - [Add support for Voice and Video call]), , - enable_voip=yes) - -if test "x$enable_voip" = "xyes"; then - AC_DEFINE(HAVE_VOIP, 1, [Define if we have voip]) -fi - -AM_CONDITIONAL(HAVE_VOIP, test "x$enable_voip" = "xyes") - -# ----------------------------------------------------------- AC_OUTPUT([ Makefile |