Make SSL and syslog support non-configurable
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:44:27 +0000 (19:44 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 18:44:27 +0000 (19:44 +0100)
Both features have no external dependencies; SSL support requires Qt
to be built with SSL support, and syslog support requires the existence
of the syslog.h header. It makes no sense to make this configurable,
as no additional libraries or other dependencies are pulled in.

Instead, just add them to the feature_summary depending on the prerequisites
being in place.


No differences found