Fixed OTR dependency when library not present, changed version to 0.4.2

This commit is contained in:
James Booth
2014-05-19 20:41:19 +01:00
parent 3fb5649ccc
commit e10ea1be4e
5 changed files with 13 additions and 1 deletions

View File

@@ -41,7 +41,9 @@
#include "jid.h"
#include "log.h"
#include "muc.h"
#ifdef HAVE_LIBOTR
#include "otr/otr.h"
#endif
#include "profanity.h"
#include "tools/autocomplete.h"
#include "tools/parser.h"