From b8ce6dda36e0c9a647ed7c5b00795bc835d747ef Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 22 Mar 2016 10:40:13 +0000 Subject: [PATCH] Fix enable-zlib no-comp. Reviewed-by: Matt Caswell --- Configure | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure b/Configure index d59be9b419..d303a14ff2 100755 --- a/Configure +++ b/Configure @@ -393,6 +393,7 @@ my @disable_cascades = ( "pic" => [ "shared" ], "shared" => [ "dynamic-engine" ], "engine" => [ "afalgeng" ], + "comp" => [ "zlib" ], ); # Avoid protocol support holes. Also disable all versions below N, if version -- 2.34.1