lldpd (0.7.15)
* Features:
+ Optional features can be configured with "auto" to autodetect if
- they are usable.
+ they are usable. This is the default value for JSON and XML support.
lldpd (0.7.14)
* Features:
AC_ARG_WITH([xml],
AS_HELP_STRING(
[--with-xml],
- [Enable XML output via libxml2 @<:@default=no@:>@]),
+ [Enable XML output via libxml2 @<:@default=auto@:>@]),
[],
- [with_xml=no])
+ [with_xml=auto])
lldp_CHECK_XML2
# JSON
AC_ARG_WITH([json],
AS_HELP_STRING(
[--with-json],
- [Enable JSON output via janson,json-c,no @<:@default=no@:>@]),
+ [Enable JSON output via janson or json-c @<:@default=auto@:>@]),
[],
- [with_json=no])
+ [with_json=auto])
if test x"$with_json" = x"yes" -o x"$with_json" = x"auto"; then
_with_json="$with_json"
with_json=auto