mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Check libyaml presence at configure time
This commit is contained in:
parent
d9da6b77de
commit
6df09f5ad6
@ -76,6 +76,7 @@ XMLFlags = lists:foldl(
|
|||||||
|
|
||||||
PostHooks = [ConfigureCmd("p1_tls", ""),
|
PostHooks = [ConfigureCmd("p1_tls", ""),
|
||||||
ConfigureCmd("p1_stringprep", ""),
|
ConfigureCmd("p1_stringprep", ""),
|
||||||
|
ConfigureCmd("p1_yaml", ""),
|
||||||
ConfigureCmd("p1_xml", XMLFlags)],
|
ConfigureCmd("p1_xml", XMLFlags)],
|
||||||
|
|
||||||
CfgDeps = lists:flatmap(
|
CfgDeps = lists:flatmap(
|
||||||
|
Loading…
Reference in New Issue
Block a user