From: Sadie Powell Date: Wed, 9 Jun 2021 03:52:42 +0000 (+0100) Subject: Fix unnecessary capitalisation at the start of a configure warning. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e69ed249cbae253b592b79dbe2409709a9f9e16b;p=user%2Fhenk%2Fcode%2Finspircd.git Fix unnecessary capitalisation at the start of a configure warning. --- diff --git a/configure b/configure index d39a80e39..60624ca4f 100755 --- a/configure +++ b/configure @@ -443,7 +443,7 @@ EOQ } } elsif (!defined $opt_disable_auto_extras) { print_warning <<"EOM"; -You are building without enabling any SSL modules. This is not +you are building without enabling any SSL modules. This is not recommended as SSL greatly enhances the security and privacy of your IRC server and in a future version will be <|BOLD required|> for linking servers.