summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsama Albahrani <54853250+osalbahr@users.noreply.github.com>2023-05-13 23:09:48 -0400
committerDaniel Stenberg <daniel@haxx.se>2023-05-14 23:22:23 +0200
commitf157610d30e981b2f5553c0f212adfdc75881ab5 (patch)
tree64dd1a63b89d3e5d164144c4fd18635f62d2b92a
parent4f17d434e956fa4f416524fb3881d248783cd336 (diff)
downloadcurl-f157610d30e981b2f5553c0f212adfdc75881ab5.tar.gz
GIT-INFO: add --with-openssl
Closes #11110
-rw-r--r--GIT-INFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-INFO b/GIT-INFO
index 053369e76..62efbd938 100644
--- a/GIT-INFO
+++ b/GIT-INFO
@@ -14,7 +14,7 @@ To build in environments that support configure, after having extracted
everything from git, do this:
autoreconf -fi
-./configure
+./configure --with-openssl
make
Daniel uses a ./configure line similar to this for easier development: