mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Check libyaml presence at configure time
This commit is contained in:
parent
d9da6b77de
commit
6df09f5ad6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue