mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug TD-45
- TD-45 Fix preprocessor define. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
39efcf11bd
commit
4ae8431f96
4 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue