summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-08-29 19:59:34 +0100
committerSadie Powell <sadie@witchery.services>2020-08-29 19:59:34 +0100
commit651413bbc57da7b9a30d99d1dfabdaf49dfd3604 (patch)
tree1763dd97cfcd4ec102cc4ec6aedf2ff01c4bc4bd /configure
parentff766773bc547b03ffa3a15cb1c89896a2a7b8cf (diff)
Don't warn about SSL modules if using --disable-auto-extras.
Diffstat (limited to 'configure')
-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