[Asterisk-code-review] pjproject_bundled: Repair ./configure --with-ssl without ARG. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Fri Apr 10 08:18:29 CDT 2020
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14147 )
Change subject: pjproject_bundled: Repair ./configure --with-ssl without ARG.
......................................................................
pjproject_bundled: Repair ./configure --with-ssl without ARG.
ASTERISK-28758
Reported by: Patrick Wakano
Reported by: Dmitriy Serov
Change-Id: Ifb6b85c559d116739af00bc48d1f547caa85efac
---
M configure
M third-party/pjproject/configure.m4
2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/14147/1
diff --git a/configure b/configure
index 3a47fbf..941824e 100755
--- a/configure
+++ b/configure
@@ -9412,9 +9412,9 @@
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 edf76ba..7621232 100644
--- a/third-party/pjproject/configure.m4
+++ b/third-party/pjproject/configure.m4
@@ -62,9 +62,9 @@
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}"
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14147
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifb6b85c559d116739af00bc48d1f547caa85efac
Gerrit-Change-Number: 14147
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200410/fe994f79/attachment.html>
More information about the asterisk-code-review
mailing list