mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 00:26:21 +00:00
Check for libmesode, fall back to libstrophe
This commit is contained in:
@@ -98,6 +98,13 @@ main(int argc, char **argv)
|
||||
|
||||
g_print("Build information:\n");
|
||||
|
||||
#ifdef HAVE_LIBMESODE
|
||||
g_print("XMPP library: libmesode\n");
|
||||
#endif
|
||||
#ifdef HAVE_LIBSTROPHE
|
||||
g_print("XMPP library: libstrophe\n");
|
||||
#endif
|
||||
|
||||
gboolean notify_enabled = FALSE;
|
||||
|
||||
#ifdef HAVE_OSXNOTIFY
|
||||
|
||||
Reference in New Issue
Block a user