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
1 changed files with 2 additions and 0 deletions

View File

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