mcabber/mcabber/main.c
changeset 1702 02039190532d
parent 1685 1342df44c814
child 1729 e6e89b1d7831
--- 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.");