# HG changeset patch # User Mikael Berthe # Date 1256234424 -7200 # Node ID 141ae278e769083718ae9b37543fba7f9b600f0b # Parent b12d74662f96962d323fd7ca00f0621014700345 Reorder feature list in mcabber -V diff -r b12d74662f96 -r 141ae278e769 mcabber/src/main.c --- a/mcabber/src/main.c Thu Oct 22 19:55:07 2009 +0200 +++ b/mcabber/src/main.c Thu Oct 22 20:00:24 2009 +0200 @@ -166,12 +166,12 @@ #ifdef HAVE_UNICODE puts("Compiled with unicode support."); #endif +#ifdef MODULES_ENABLE + puts ("Compiled with modules support."); +#endif #ifdef HAVE_GPGME puts("Compiled with GPG support."); #endif -#ifdef MODULES_ENABLE - puts ("Compiled with modules support."); -#endif #ifdef HAVE_LIBOTR puts("Compiled with OTR support."); #endif