diff options
| author | 2020-08-29 19:59:34 +0100 | |
|---|---|---|
| committer | 2020-08-29 19:59:34 +0100 | |
| commit | 651413bbc57da7b9a30d99d1dfabdaf49dfd3604 (patch) | |
| tree | 1763dd97cfcd4ec102cc4ec6aedf2ff01c4bc4bd | |
| parent | Warn about non-local plaintext server connections. (diff) | |
| download | inspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.tar.gz inspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.tar.bz2 inspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.zip | |
Don't warn about SSL modules if using --disable-auto-extras.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
