Always default the genssl question in configure to no.

This commit is contained in:
Sadie Powell 2021-07-18 20:54:36 +01:00
parent 74a4894596
commit f75335f98b

2
configure vendored
View File

@ -426,7 +426,7 @@ https://letsencrypt.org/getting-started/ for more details.
EOQ
if (<$RealDir/src/modules/m_ssl_*.cpp>) {
if (prompt_bool $interactive, $question, $interactive) {
if (prompt_bool $interactive, $question, 0) {
create_directory CONFIGURE_DIRECTORY, 0750 or print_error "unable to create ${\CONFIGURE_DIRECTORY}: $!";
system './tools/genssl', 'auto', CONFIGURE_DIRECTORY;
} else {