about summary refs log tree commit diff stats
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
parent97c661271b825120b841860771155aa5592019e7 (diff)
downloadprofani-tty-249701fe7a20247b85f4bad59158ba1215419cc3.tar.gz
Add OMEMO status in build information
-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
tik K. Agaram <vc@akkartik.com> 2016-02-07 21:03:08 -0800 2639 - convert variables to arrays of 'bytes'' href='/akkartik/mu/commit/038location_array.cc?h=main&id=8d82da3c775e5223e2cb2d70ff6c75c9139c90bc'>8d82da3c ^
b24eb476 ^
f40137f1 ^
8d82da3c ^
b24eb476 ^
8d82da3c ^






6c96a437 ^
8d82da3c ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46