Reorder feature list in mcabber -V
authorMikael Berthe <mikael@lilotux.net>
Thu, 22 Oct 2009 20:00:24 +0200
changeset 1630 141ae278e769
parent 1629 b12d74662f96
child 1631 546868650bbf
Reorder feature list in mcabber -V
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