Commit
3d33c24a98d701a59201c3b095b4219acdc38166
by Pau Espin PedrolAdd --disable-syslog-logging configure option
Right now syslog logging support is built in automatically based on
syslog.h being built at compile time. That's not desirable; as with
other dependencies make sure there's an explicit configure option for
it. Leave it enabled by default since most systems come with syslog.h
and it's a feature nice to have by default.
Take the chance to completelly skip compiling the logging_syslog.c file
if support for syslog logging is disabled.
Change-Id: Ifc54d60e24547696b3059b6eb75572f8c84874d0