mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 19:26:21 +00:00
Add OMEMO status in build information
This commit is contained in:
@@ -138,6 +138,12 @@ main(int argc, char **argv)
|
|||||||
g_print("PGP support: Disabled\n");
|
g_print("PGP support: Disabled\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_OMEMO
|
||||||
|
g_print("OMEMO support: Enabled\n");
|
||||||
|
#else
|
||||||
|
g_print("OMEMO support: Disabled\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_C
|
#ifdef HAVE_C
|
||||||
g_print("C plugins: Enabled\n");
|
g_print("C plugins: Enabled\n");
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user