Like with other features, let's enable it for developers. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index e003f78..67b119f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,7 +32,7 @@ fi cd $oldpwd -hackargs="--enable-debug --enable-python --with-xz --with-zlib" +hackargs="--enable-debug --enable-python --with-xz --with-zlib --with-openssl" if [ "x$1" = "xc" ]; then shift -- 2.20.0