mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Use pkg-config for determining whether to enable the ldap module.
This commit is contained in:
parent
3b9e22381b
commit
9fa1b23031
2
configure
vendored
2
configure
vendored
@ -392,7 +392,7 @@ if (prompt_bool $interactive, $question, 0) {
|
||||
'm_geo_maxmind.cpp' => 'pkg-config --exists libmaxminddb',
|
||||
'm_mysql.cpp' => 'mysql_config --version',
|
||||
'm_pgsql.cpp' => 'pg_config --version',
|
||||
'm_ldap.cpp' => "echo '#include <ldap.h>' | $config{CXX} -E -",
|
||||
'm_ldap.cpp' => "pkg-config --exists lber && pkg-config --exists ldap",
|
||||
'm_log_json.cpp' => 'pkg-config --exists RapidJSON',
|
||||
'm_log_syslog.cpp' => undef,
|
||||
'm_regex_pcre2.cpp' => 'pkg-config --exists libpcre2-8',
|
||||
|
Loading…
x
Reference in New Issue
Block a user