]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GIT-INFO: add --with-openssl
authorOsama Albahrani <54853250+osalbahr@users.noreply.github.com>
Sun, 14 May 2023 03:09:48 +0000 (23:09 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 May 2023 21:22:23 +0000 (23:22 +0200)
Closes #11110

GIT-INFO

index 053369e76142add7ac2d64c6eca98fad2a8d76c6..62efbd938c09bca84b4551e36ffea0652ab08344 100644 (file)
--- 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: