]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Add configure check for proto field of PJSIP TLS transport setting. 82/2382/3
authorJoshua Colp <jcolp@digium.com>
Mon, 14 Mar 2016 13:59:10 +0000 (10:59 -0300)
committerJoshua Colp <jcolp@digium.com>
Mon, 14 Mar 2016 15:36:58 +0000 (12:36 -0300)
commit677a65fcbb093864d199feef60b41f56fe532ba9
tree6cd3f308b51e2d0144cbc3bd4fd1bf980967bdb0
parented34bbdf9becaa61fa2ae544605426b6c6bbbb0f
build: Add configure check for proto field of PJSIP TLS transport setting.

Older versions of PJSIP do not have the proto field on the TLS transport
setting structure. This change adds a configure check so even if it is
not present we will still be able to build.

Change-Id: Ibf3f47befb91ed1b8194bf63888baa6fee05aba9
configure
configure.ac
include/asterisk/autoconfig.h.in
res/res_pjsip/config_transport.c
third-party/pjproject/configure.m4