changeset 1702:02039190532d

Display modules directory with mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 19:19:33 +0100
parents 44e023ad99ed
children 65ba89949252
files mcabber/mcabber/main.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.");