Display modules directory with mcabber -V
authorMikael Berthe <mikael@lilotux.net>
Sun, 07 Feb 2010 19:19:33 +0100
changeset 1702 02039190532d
parent 1701 44e023ad99ed
child 1703 65ba89949252
Display modules directory with mcabber -V
mcabber/mcabber/main.c
--- a/mcabber/mcabber/main.c	Sun Feb 07 19:13:33 2010 +0100
+++ b/mcabber/mcabber/main.c	Sun Feb 07 19:19:33 2010 +0100
@@ -173,6 +173,9 @@
 #endif
 #ifdef MODULES_ENABLE
   puts ("Compiled with modules support.");
+# ifdef PKGLIB_DIR
+  puts ("Modules directory: " PKGLIB_DIR);
+# endif
 #endif
 #ifdef HAVE_GPGME
   puts("Compiled with GPG support.");