]> sjero.net Git - linphone/blobdiff - configure.ac
update ortp, use eXosip_trylock() whenever possible
[linphone] / configure.ac
index c5db9df8b2b9bf2302eaf7acce6b4d7f3cd673bf..023236f8352d00825b2111d9bbc1fecc7fdd99ec 100644 (file)
@@ -430,6 +430,8 @@ if test "$build_wizard" != "false" ; then
        [
                if test "$build_wizard" = "true" ; then
                        AC_MSG_ERROR([Could not found libsoup, assistant cannot be compiled.])
+               else
+                       build_wizard=false
                fi
        ])
 fi
@@ -611,12 +613,15 @@ linphone.iss
 AC_OUTPUT
 
 echo "Linphone build configuration ended."
-
-if test x$gtk_ui = xtrue ; then
-       echo "* GTK interface will be compiled."
-fi
-if test x$console_ui = xtrue ; then
-       echo "* Console interface will be compiled."
+echo "Summary of build options:"
+printf "* Video support\t\t\t%s\n" $video
+printf "* GTK interface\t\t\t%s\n" $gtk_ui
+printf "* Account assistant\t\t%s\n" $build_wizard
+printf "* Console interface\t\t%s\n" $console_ui
+printf "* zRTP encryption (GPLv3)\t%s\n" $zrtp
+
+if test "$enable_tunnel" = "true" ; then
+       printf "* Tunnel support\t\ttrue\n"
 fi
 
 echo "Now type 'make' to compile, and then 'make install' as root to install it."