From d7249068dbbd7e3e6ec5e7eb22d86271e19df848 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 25 Sep 2018 15:14:57 -0700 Subject: [PATCH] Fix for Lighttpd 1.4.49, which requires `HAVE_EX_DATA`. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e27329888..e307cbf45 100644 --- a/configure.ac +++ b/configure.ac @@ -3160,7 +3160,7 @@ then fi fi -if test "$ENABLED_NGINX" = "yes"|| test "x$ENABLED_HAPROXY" = "xyes" +if test "$ENABLED_NGINX" = "yes"|| test "x$ENABLED_HAPROXY" = "xyes" || test "x$ENABLED_LIGHTY" = "xyes" then AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB" AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"