projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
523648c
)
After detecting OpenSSL/LibreSSL explicitly mention the "special exception" from...
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 18 Nov 2020 19:05:22 +0000
(20:05 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Tue, 24 Nov 2020 10:36:26 +0000
(11:36 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
7d3341d
..
bbc7916
100644
(file)
--- 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"