mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Add version constraints to the default module enabling code.
This commit is contained in:
parent
30252bdc65
commit
c8028f6cd6
4
configure
vendored
4
configure
vendored
@ -399,9 +399,9 @@ if (prompt_bool $interactive, $question, 0) {
|
||||
'm_regex_posix.cpp' => undef,
|
||||
'm_regex_re2.cpp' => 'pkg-config --exists re2',
|
||||
'm_sqlite3.cpp' => 'pkg-config --exists sqlite3',
|
||||
'm_ssl_gnutls.cpp' => 'pkg-config --exists gnutls',
|
||||
'm_ssl_gnutls.cpp' => 'pkg-config --exists "gnutls >= 3.3.5"',
|
||||
'm_ssl_mbedtls.cpp' => "echo '#include <mbedtls/version.h>' | $config{CXX} -E -",
|
||||
'm_ssl_openssl.cpp' => 'pkg-config --exists openssl',
|
||||
'm_ssl_openssl.cpp' => 'pkg-config --exists "openssl >= 1.1.1"',
|
||||
'm_sslrehashsignal.cpp' => undef,
|
||||
);
|
||||
while (my ($module, $command) = each %modules) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user