diff options
author | James Booth <boothj5@gmail.com> | 2014-05-19 20:41:19 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-05-19 20:41:19 +0100 |
commit | e10ea1be4e21f78bc308b74390249d194645ba8e (patch) | |
tree | eb77222fdb6b25e3c393b7cf56540a3cca05601f /src/command/command.c | |
parent | 3fb5649ccc1617254e6dedc63750293f7d5b9b1a (diff) | |
download | profani-tty-e10ea1be4e21f78bc308b74390249d194645ba8e.tar.gz |
Fixed OTR dependency when library not present, changed version to 0.4.2
Diffstat (limited to 'src/command/command.c')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/command.c b/src/command/command.c index 181f5d0d..578a3940 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -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" |