pjproject-bundled: Cleanups for reported issues

PortAudio should no longer be required
PJSIP_MAX_PKT_LEN is now 6000
Older autoconf issue fixed. (CentOS 6)

Change-Id: I463fa9586cbe7c6b3b603289f535bd8e361611dd
This commit is contained in:
George Joseph
2016-03-23 07:59:12 -06:00
parent 7d6782cc0f
commit d963a33749
6 changed files with 57 additions and 10 deletions

View File

@@ -2168,7 +2168,6 @@ fi
if test "$USE_PJPROJECT" != "no" ; then
if test "$PJPROJECT_BUNDLED" = "yes" ; then
AC_CONFIG_MACRO_DIR(third-party/pjproject)
PJPROJECT_CONFIGURE([$PJPROJECT_DIR])
else
AST_PKG_CONFIG_CHECK([PJPROJECT], [libpjproject])