24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix xref check when odbc driver is not used.

This commit is contained in:
Jerome Sautret 2014-08-27 10:47:12 +02:00
parent 7db4587eeb
commit 565f064b15

View File

@ -138,6 +138,8 @@ CfgXrefs = lists:flatmap(
["(\"lhttpc\":_/_)"];
({iconv, false}) ->
["(\"iconv\":_/_)"];
({odbc, false}) ->
["(\"odbc\":_/_)"];
(_) ->
[]
end, Cfg),