mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +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
Friendly Automation
parent
1cf569ba2b
commit
3431949a52
4
configure
vendored
4
configure
vendored
@@ -9249,9 +9249,9 @@ $as_echo "configuring" >&6; }
|
||||
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}"
|
||||
|
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