summaryrefslogtreecommitdiff
path: root/third-party/pjproject
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-11-16 23:20:10 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-11-16 23:20:10 -0600
commit3135a745e3e9205a7b3fb7da2ce93b05c8c42712 (patch)
tree63ebcf0916aea09ed4097875243b0eefc1d6a749 /third-party/pjproject
parentd3f921ed51b40fbf73272ebcd6f97356be2f1bd2 (diff)
parente632222bc41d860af7de2463c35de60387a2f295 (diff)
Merge "res_pjsip_outbound_authenticator_digest.c: Fix memory pool leak." into 13
Diffstat (limited to 'third-party/pjproject')
-rw-r--r--third-party/pjproject/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/third-party/pjproject/configure.m4 b/third-party/pjproject/configure.m4
index 870468257..7c60c2a02 100644
--- a/third-party/pjproject/configure.m4
+++ b/third-party/pjproject/configure.m4
@@ -55,6 +55,7 @@ AC_DEFUN([_PJPROJECT_CONFIGURE],
AC_DEFINE([HAVE_PJSIP_TLS_TRANSPORT_PROTO], 1, [Define if your system has PJSIP_TLS_TRANSPORT_PROTO])
AC_DEFINE([HAVE_PJSIP_EVSUB_GRP_LOCK], 1, [Define if your system has PJSIP_EVSUB_GRP_LOCK])
AC_DEFINE([HAVE_PJSIP_INV_SESSION_REF], 1, [Define if your system has PJSIP_INV_SESSION_REF])
+ AC_DEFINE([HAVE_PJSIP_AUTH_CLT_DEINIT], 1, [Define if your system has pjsip_auth_clt_deinit declared.])
AC_SUBST([PJPROJECT_BUNDLED])
AC_SUBST([PJPROJECT_DIR])