Bug TD-45

- TD-45 Fix preprocessor define.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Jochen Sprickerhof 2014-03-06 18:26:39 -05:00 committed by Paul Beckingham
parent 39efcf11bd
commit 4ae8431f96
4 changed files with 3 additions and 2 deletions

View file

@ -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