Browse Source

GIT-INFO: add --with-openssl

Closes #11110
Osama Albahrani 11 months ago
parent
commit
f157610d30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GIT-INFO

+ 1 - 1
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: