# HG changeset patch # User Mikael Berthe # Date 1265566773 -3600 # Node ID 02039190532d114b937ca8a509564cb9e80bb956 # Parent 44e023ad99ed6fc2fe5884e2ff54d786a507fa42 Display modules directory with mcabber -V diff -r 44e023ad99ed -r 02039190532d 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.");