Update configure

This commit is contained in:
Jordan Bancino 2023-10-30 11:29:15 -04:00
parent c23f8a4be6
commit e69769d4d2
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -45,6 +45,7 @@ for arg in $SCRIPT_ARGS; do
TLS_LIBS="-ltls -lcrypto -lssl"
;;
--disable-tls)
TLS_IMPL=""
TLS_LIBS=""
;;
--prefix=*)