Added conditionals to makefile for otr support

This commit is contained in:
James Booth
2014-01-12 02:15:16 +00:00
parent 4e97c1e460
commit 264fc55aa2
5 changed files with 23 additions and 7 deletions

View File

@@ -2391,7 +2391,7 @@ cmd_otr(gchar **args, struct cmd_help_t help)
return TRUE;
}
#else
cons_show("This version of Profanity has not been build with OTR support enabled");
cons_show("This version of Profanity has not been built with OTR support enabled");
return TRUE;
#endif
}