From: Manuel Nickschas Date: Sun, 23 Mar 2014 18:44:27 +0000 (+0100) Subject: Make SSL and syslog support non-configurable X-Git-Tag: 0.11.0~91 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=ca1209d739f9c4f0e79f2b7cdc2734dde6bb7219;hp=ca1209d739f9c4f0e79f2b7cdc2734dde6bb7219;p=quassel.git Make SSL and syslog support non-configurable 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. ---