aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-02-04 16:44:56 +0100
committerBadlop <badlop@process-one.net>2022-02-11 09:39:02 +0100
commit9661d06334d8b84f3420817a3fb346601ae859a5 (patch)
treefd0331a834db7e5213b57861650325c103e57f84 /rebar.config
parentDisable mssql in Actions: it's known mssql doesn't pass the tests (diff)
Remove obsolete db_type defined environment
db_type as a compilation define was first introduced in 2006 in d0e2ac9, but was removed in 2015 in 25791cf. Nowadays: ./configure --enable-mssql will set {mssql, true} in vars.config; That is read by ejabberd.app.src.script to set enabled_backends; which is consulted by test/suite.erl to test only available backends.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index c21c5a792..08a73dd24 100644
--- a/rebar.config
+++ b/rebar.config
@@ -107,7 +107,6 @@
{if_version_below, "23", {d, 'USE_OLD_PG2'}},
{if_version_below, "24", {d, 'COMPILER_REPORTS_ONLY_LINES'}},
{if_version_below, "24", {d, 'SYSTOOLS_APP_DEF_WITHOUT_OPTIONAL'}},
- {if_var_match, db_type, mssql, {d, 'mssql'}},
{if_var_false, debug, no_debug_info},
{if_var_true, debug, debug_info},
{if_var_true, elixir, {d, 'ELIXIR_ENABLED'}},