diff mcabber/mcabber/main.c @ 1702:02039190532d

Display modules directory with mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 19:19:33 +0100
parents 1342df44c814
children e6e89b1d7831
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.");