about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-19 20:41:19 +0100
committerJames Booth <boothj5@gmail.com>2014-05-19 20:41:19 +0100
commite10ea1be4e21f78bc308b74390249d194645ba8e (patch)
treeeb77222fdb6b25e3c393b7cf56540a3cca05601f /src/ui
parent3fb5649ccc1617254e6dedc63750293f7d5b9b1a (diff)
downloadprofani-tty-e10ea1be4e21f78bc308b74390249d194645ba8e.tar.gz
Fixed OTR dependency when library not present, changed version to 0.4.2
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 4bccf5d5..eec21351 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -48,7 +48,9 @@
 #include "jid.h"
 #include "log.h"
 #include "muc.h"
+#ifdef HAVE_LIBOTR
 #include "otr/otr.h"
+#endif
 #include "ui/ui.h"
 #include "ui/titlebar.h"
 #include "ui/statusbar.h"