summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-03-25 18:17:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-03-25 18:17:18 +0000
commit806ac45d8c46a4ce5968675f23363206d6a736a8 (patch)
treeeac53995ff0ae412abc0bc19ecab893df14e00ab
parent1a274192a7905d9a7366388ac67018bb67edf7e9 (diff)
downloadnetsurf-806ac45d8c46a4ce5968675f23363206d6a736a8.tar.gz
netsurf-806ac45d8c46a4ce5968675f23363206d6a736a8.tar.bz2
Add some extra comment about AmiSSL
-rw-r--r--frontends/amiga/Makefile.defaults1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/amiga/Makefile.defaults b/frontends/amiga/Makefile.defaults
index 17e097d29..2d5cec70c 100644
--- a/frontends/amiga/Makefile.defaults
+++ b/frontends/amiga/Makefile.defaults
@@ -8,6 +8,7 @@ NETSURF_USE_LIBICONV_PLUG := NO
# Use AmiSSL for secure connections.
# Either this or NETSURF_USE_OPENSSL should be specified, not both.
+# libcurl must have been built against the same library.
# Valid options: YES, NO
NETSURF_USE_AMISSL := NO