From: Fabian Keil Date: Wed, 18 Nov 2020 19:05:22 +0000 (+0100) Subject: After detecting OpenSSL/LibreSSL explicitly mention the "special exception" from... X-Git-Tag: v_3_0_29~23 X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=commitdiff_plain;h=3462fb6880a6b4bbbc59b03eaaf84160bd019c2f;p=privoxy.git After detecting OpenSSL/LibreSSL explicitly mention the "special exception" from section 3 of the GPLv2 --- diff --git a/configure.in b/configure.in index 7d3341de..bbc79161 100644 --- a/configure.in +++ b/configure.in @@ -1201,6 +1201,7 @@ if test X"$OPT_OPENSSL" != Xno; then if test "x$FEATURE_HTTPS_INSPECTION_OPENSSL" = "xyes"; then AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.]) + AC_MSG_WARN([If you intend to redistribute Privoxy, please make sure the "special exception" from section 3 of the GPLv2 applies.]) LIBS="$LIBS -lssl -lcrypto" old_CFLAGS_nospecial="$old_CFLAGS_nospecial"