From e69769d4d2ab506955080a9b13de5e5bbc344611 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Mon, 30 Oct 2023 11:29:15 -0400 Subject: [PATCH] Update configure --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 3f05817..9faa034 100755 --- a/configure +++ b/configure @@ -45,6 +45,7 @@ for arg in $SCRIPT_ARGS; do TLS_LIBS="-ltls -lcrypto -lssl" ;; --disable-tls) + TLS_IMPL="" TLS_LIBS="" ;; --prefix=*)