mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
BuildSystem: Only if found LibPRI, check its optional parts.
Change-Id: If8445f899ee4ce0c606c484943d4ce0c8e43b5da
This commit is contained in:
committed by
George Joseph
parent
9a928cae86
commit
f44cab8b82
10
configure
vendored
10
configure
vendored
@@ -26645,6 +26645,7 @@ _ACEOF
|
||||
fi
|
||||
|
||||
|
||||
if test "x$PBX_PRI" = "x1" ; then
|
||||
|
||||
if test "x${PBX_PRI_SETUP_ACK_INBAND}" != "x1" -a "${USE_PRI_SETUP_ACK_INBAND}" != "no"; then
|
||||
pbxlibdir=""
|
||||
@@ -28182,9 +28183,9 @@ fi
|
||||
|
||||
|
||||
|
||||
# ------------------------------------v
|
||||
# TODO: The code can be changed to always include these features now.
|
||||
# These features will always be present if pri_connected_line_update is available.
|
||||
# ------------------------------------v
|
||||
# TODO: The code can be changed to always include these features now.
|
||||
# These features will always be present if pri_connected_line_update is available.
|
||||
|
||||
if test "x${PBX_PRI_PROG_W_CAUSE}" != "x1" -a "${USE_PRI_PROG_W_CAUSE}" != "no"; then
|
||||
pbxlibdir=""
|
||||
@@ -28569,7 +28570,8 @@ _ACEOF
|
||||
fi
|
||||
|
||||
|
||||
# ------------------------------------^
|
||||
# ------------------------------------^
|
||||
fi
|
||||
|
||||
|
||||
if test "x${PBX_RESAMPLE}" != "x1" -a "${USE_RESAMPLE}" != "no"; then
|
||||
|
||||
Reference in New Issue
Block a user