GIT-INFO: add --with-openssl

Closes #11110
This commit is contained in:
Osama Albahrani 2023-05-13 23:09:48 -04:00 committed by Daniel Stenberg
parent 4f17d434e9
commit f157610d30
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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: