ASTERISK-28758
Reported by: Patrick Wakano
Reported by: Dmitriy Serov
Change-Id: Ifb6b85c559d116739af00bc48d1f547caa85efac
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}"
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}"