changeset 1630:141ae278e769

Reorder feature list in mcabber -V
author Mikael Berthe <mikael@lilotux.net>
date Thu, 22 Oct 2009 20:00:24 +0200
parents b12d74662f96
children 546868650bbf
files mcabber/src/main.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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