Add USE_LDAP to table system.build_options

This commit is contained in:
Denis Glazachev 2020-06-02 13:38:20 +04:00
parent 6ff0550e4e
commit 920e792f33

View File

@ -54,6 +54,7 @@ const char * auto_config_build[]
"USE_HYPERSCAN", "@USE_HYPERSCAN@",
"USE_SIMDJSON", "@USE_SIMDJSON@",
"USE_GRPC", "@USE_GRPC@",
"USE_LDAP", "@USE_LDAP@",
nullptr, nullptr
};