From 607af68f427102855763c2ed2f4fb2a52294927d Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 13 Feb 2013 16:53:54 +0100 Subject: [PATCH] add upnp status to configure.ac --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index db0273616..311af74f4 100644 --- a/configure.ac +++ b/configure.ac @@ -826,12 +826,15 @@ printf "* %-30s %s\n" "Tools" $build_tools printf "* %-30s %s\n" "zRTP encryption (GPLv3)" $zrtp if test "$enable_tunnel" = "true" ; then - printf "* Tunnel support\t\ttrue\n" + printf "* Tunnel support\t\t\ttrue\n" fi if test $USE_BELLESIP_TRUE !='#' ; then - printf "* bellesip stack\t\ttrue\n" + printf "* bellesip stack\t\t\ttrue\n" else printf "* eXosip stack\t\ttrue\n" fi +if test "$build_upnp" = "true" ; then + printf "* upnp support\t\t\ttrue\n" +fi echo "Now type 'make' to compile, and then 'make install' as root to install it."