After detecting OpenSSL/LibreSSL explicitly mention the "special exception" from...
authorFabian Keil <fk@fabiankeil.de>
Wed, 18 Nov 2020 19:05:22 +0000 (20:05 +0100)
committerFabian Keil <fk@fabiankeil.de>
Tue, 24 Nov 2020 10:36:26 +0000 (11:36 +0100)
configure.in

index 7d3341d..bbc7916 100644 (file)
@@ -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.])
 
   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"
 
     LIBS="$LIBS -lssl -lcrypto"
     old_CFLAGS_nospecial="$old_CFLAGS_nospecial"