From 651413bbc57da7b9a30d99d1dfabdaf49dfd3604 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 29 Aug 2020 19:59:34 +0100 Subject: Don't warn about SSL modules if using --disable-auto-extras. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ecf568742..217082846 100755 --- a/configure +++ b/configure @@ -406,7 +406,7 @@ EOQ unlink @pems; } } -} else { +} elsif (!defined $opt_disable_auto_extras) { print_warning <<"EOM"; You are building without enabling any SSL modules. This is not recommended as SSL greatly enhances the security and privacy of your IRC server -- cgit v1.2.3