about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-03-11 07:51:21 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-10 17:12:31 +0200
commit249701fe7a20247b85f4bad59158ba1215419cc3 (patch)
tree05ec351f3ccd76bc05aa516d1627f2ec29d3da6d /src/main.c
parent97c661271b825120b841860771155aa5592019e7 (diff)
downloadprofani-tty-249701fe7a20247b85f4bad59158ba1215419cc3.tar.gz
Add OMEMO status in build information
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d2392a2b..6060ca27 100644
--- a/src/main.c
+++ b/src/main.c
@@ -138,6 +138,12 @@ main(int argc, char **argv)
         g_print("PGP support: Disabled\n");
 #endif
 
+#ifdef HAVE_OMEMO
+        g_print("OMEMO support: Enabled\n");
+#else
+        g_print("OMEMO support: Disabled\n");
+#endif
+
 #ifdef HAVE_C
         g_print("C plugins: Enabled\n");
 #else