BuildSystem: Only if found LibPRI, check its optional parts.

Change-Id: If8445f899ee4ce0c606c484943d4ce0c8e43b5da
This commit is contained in:
Alexander Traud
2020-04-15 13:09:11 +02:00
committed by George Joseph
parent 9a928cae86
commit f44cab8b82
2 changed files with 32 additions and 28 deletions

10
configure vendored
View File

@@ -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