diff --git a/configure b/configure index 654bc06b2a6b62374d6acfd4b45129b83fdce707..aba52212be23e45918a39d9baecf321c94775e89 100755 --- a/configure +++ b/configure @@ -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}" diff --git a/third-party/pjproject/configure.m4 b/third-party/pjproject/configure.m4 index edf76ba6af636d7e0f1a24291e1aee27d31a0929..76212327843a0740e73d3362075b95986984e9c2 100644 --- a/third-party/pjproject/configure.m4 +++ b/third-party/pjproject/configure.m4 @@ -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}"