mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
pjproject_bundled: Honor --without-pjproject.
The previous change missed that 'make' uses 'PJPROJECT_BUNDLED' anyway. ASTERISK-28929 Change-Id: I7ef0e78a06ea391b59d95b99d46bbed3fec4fed9
This commit is contained in:
committed by
Friendly Automation
parent
a2b5ca0479
commit
f573c6c807
4
configure
vendored
4
configure
vendored
@@ -9065,6 +9065,10 @@ if test "${with_pjproject_bundled+set}" = set; then :
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then
|
||||||
|
PJPROJECT_BUNDLED=no
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$JANSSON_BUNDLED" = "yes" ; then
|
if test "$JANSSON_BUNDLED" = "yes" ; then
|
||||||
|
@@ -452,6 +452,10 @@ AC_ARG_WITH([pjproject-bundled],
|
|||||||
*) PJPROJECT_BUNDLED=yes ;;
|
*) PJPROJECT_BUNDLED=yes ;;
|
||||||
esac])
|
esac])
|
||||||
|
|
||||||
|
if test "${with_pjproject}" == "no" || test "${with_pjproject}" == "n" ; then
|
||||||
|
PJPROJECT_BUNDLED=no
|
||||||
|
fi
|
||||||
|
|
||||||
THIRD_PARTY_CONFIGURE()
|
THIRD_PARTY_CONFIGURE()
|
||||||
|
|
||||||
# AST_EXT_LIB_SETUP is used to tell configure to handle variables for
|
# AST_EXT_LIB_SETUP is used to tell configure to handle variables for
|
||||||
|
Reference in New Issue
Block a user