summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-13 18:11:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-15 09:08:34 +0200
commit7bdec2a08bf025d2f66c168111d47df6b21890d9 (patch)
treec7ebb039e40dbb45559fb4f89532dad7a1ae0c55 /Makefile.dist
parentccaaa534d0dd621a8bbafb4bd96c1472f4a77c59 (diff)
downloadcurl-7bdec2a08bf025d2f66c168111d47df6b21890d9.tar.gz
configure: provide --with-openssl, deprecate --with-ssl
Makes the option more explicit. Closes #6887
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.dist b/Makefile.dist
index 69217a9eb..1a531c153 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -25,7 +25,7 @@ all:
make
ssl:
- ./configure --with-ssl
+ ./configure --with-openssl
make
mingw32:
@@ -66,7 +66,7 @@ cygwin:
make
cygwin-ssl:
- ./configure --with-ssl
+ ./configure --with-openssl
make
amiga: