diff options
author | Sadie Powell <sadie@witchery.services> | 2020-08-29 19:59:34 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-08-29 19:59:34 +0100 |
commit | 651413bbc57da7b9a30d99d1dfabdaf49dfd3604 (patch) | |
tree | 1763dd97cfcd4ec102cc4ec6aedf2ff01c4bc4bd | |
parent | ff766773bc547b03ffa3a15cb1c89896a2a7b8cf (diff) |
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 |