mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
add upnp status to configure.ac
This commit is contained in:
parent
7545582ab8
commit
607af68f42
1 changed files with 5 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue