Bug TD-45
- TD-45 Fix preprocessor define. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
39efcf11bd
commit
4ae8431f96
@@ -167,7 +167,7 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
#ifdef GNUTLS_VERSION
|
||||
<< GNUTLS_VERSION
|
||||
#elif LIBGNUTLS_VERSION
|
||||
#elif defined LIBGNUTLS_VERSION
|
||||
<< LIBGNUTLS_VERSION
|
||||
#endif
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user