aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-08-29 19:59:34 +0100
committerGravatar Sadie Powell2020-08-29 19:59:34 +0100
commit651413bbc57da7b9a30d99d1dfabdaf49dfd3604 (patch)
tree1763dd97cfcd4ec102cc4ec6aedf2ff01c4bc4bd
parentWarn about non-local plaintext server connections. (diff)
downloadinspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.tar.gz
inspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.tar.bz2
inspircd++-651413bbc57da7b9a30d99d1dfabdaf49dfd3604.zip
Don't warn about SSL modules if using --disable-auto-extras.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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