]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Don't warn about SSL modules if using --disable-auto-extras.
authorSadie Powell <sadie@witchery.services>
Sat, 29 Aug 2020 18:59:34 +0000 (19:59 +0100)
committerSadie Powell <sadie@witchery.services>
Sat, 29 Aug 2020 18:59:34 +0000 (19:59 +0100)
configure

index ecf56874247142e9e886581ae396350d3a53651b..2170828463efc088a7b8df82600473b8fa20f7e4 100755 (executable)
--- 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