mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
pjproject_bundled: Repair ./configure --with-ssl without ARG.
ASTERISK-28758 Reported by: Patrick Wakano Reported by: Dmitriy Serov Change-Id: Ifb6b85c559d116739af00bc48d1f547caa85efac
This commit is contained in:
committed by
George Joseph
parent
c3d49c304b
commit
84495aae4c
4
third-party/pjproject/configure.m4
vendored
4
third-party/pjproject/configure.m4
vendored
@@ -62,9 +62,9 @@ AC_DEFUN([_PJPROJECT_CONFIGURE],
|
||||
PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl"
|
||||
;;
|
||||
y|ye|yes)
|
||||
# This is the default value in PJProject and means "autodetect".
|
||||
# Not to mention SSL is the default in PJProject and means "autodetect".
|
||||
# In Asterisk, "./configure --with-ssl" means "must be present".
|
||||
PJPROJECT_CONFIGURE_OPTS+=" --enable-ssl"
|
||||
PJPROJECT_CONFIGURE_OPTS+=""
|
||||
;;
|
||||
*)
|
||||
PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}"
|
||||
|
Reference in New Issue
Block a user