]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjproject_bundled: Repair ./configure --with-ssl without ARG.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 10 Apr 2020 13:13:34 +0000 (15:13 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 13 Apr 2020 23:23:36 +0000 (18:23 -0500)
ASTERISK-28758
Reported by: Patrick Wakano
Reported by: Dmitriy Serov

Change-Id: Ifb6b85c559d116739af00bc48d1f547caa85efac

configure
third-party/pjproject/configure.m4

index 72c41c2b086e73078d7e49334161f50611ae020d..33376a622984894813f6080eb4ee3ee57d961dfe 100755 (executable)
--- a/configure
+++ b/configure
@@ -9241,9 +9241,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}"
index 32cf56dd546c1252f5609a1967551dbfd8e9b4d5..81a65598170ace55ac58eb38b0e934d4ebbdc9b0 100644 (file)
@@ -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}"