From de3c11d55c306992849947fb7c84d1f4c5bbde16 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 22 Oct 2019 16:14:22 +0200 Subject: [PATCH] opensslall required --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9de62ae66..86b6e08c7 100644 --- a/configure.ac +++ b/configure.ac @@ -553,7 +553,10 @@ if test "$ENABLED_OPENSSH" = "yes" || test "$ENABLED_NGINX" = "yes" || test "$EN then ENABLED_OPENSSLEXTRA="yes" fi - +if test "$ENABLED_NGINX" = "yes" +then + ENABLED_OPENSSLALL="yes" +fi if test "$ENABLED_OPENSSLEXTRA" = "yes" && test "x$ENABLED_OPENSSLCOEXIST" = "xno" then AM_CFLAGS="-DOPENSSL_EXTRA -DWOLFSSL_ALWAYS_VERIFY_CB $AM_CFLAGS"