File 0150-Remove-yet-another-duplicate-log-message.patch of Package erlang
From 6a1c83b38fa8aab1b5622cf1de196c7b49af5728 Mon Sep 17 00:00:00 2001
From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com>
Date: Tue, 6 Oct 2020 10:43:59 +0100
Subject: [PATCH 5/5] Remove yet another duplicate log message
---
lib/crypto/configure.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/crypto/configure.in b/lib/crypto/configure.in
index 71324c0685..eb73757d4e 100644
--- a/lib/crypto/configure.in
+++ b/lib/crypto/configure.in
@@ -211,9 +211,7 @@ case "$erl_xcomp_without_sysroot-$with_ssl" in
SSL_APP=
CRYPTO_APP=
SSH_APP=
- if test "$with_ssl" = "no"; then
- skip="User gave --without-ssl option"
- else
+ if test "$with_ssl" != "no"; then
skip="Cannot search for ssl; missing cross system root (erl_xcomp_sysroot)."
fi
for a in ssl crypto ssh; do
--
2.26.2