mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +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
a142a1455c
commit
64427c667b
4
configure
vendored
4
configure
vendored
@@ -9218,9 +9218,9 @@ $as_echo "configuring" >&6; }
|
|||||||
PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl"
|
PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl"
|
||||||
;;
|
;;
|
||||||
y|ye|yes)
|
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".
|
# In Asterisk, "./configure --with-ssl" means "must be present".
|
||||||
PJPROJECT_CONFIGURE_OPTS+=" --enable-ssl"
|
PJPROJECT_CONFIGURE_OPTS+=""
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}"
|
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"
|
PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl"
|
||||||
;;
|
;;
|
||||||
y|ye|yes)
|
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".
|
# In Asterisk, "./configure --with-ssl" means "must be present".
|
||||||
PJPROJECT_CONFIGURE_OPTS+=" --enable-ssl"
|
PJPROJECT_CONFIGURE_OPTS+=""
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}"
|
PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}"
|
||||||
|
Reference in New Issue
Block a user