Andreas Krennmair:
[apps/madmutt.git] / main.c
diff --git a/main.c b/main.c
index e612a98..ebc5958 100644 (file)
--- a/main.c
+++ b/main.c
@@ -259,6 +259,12 @@ static void show_version (void)
        "-USE_SSL  "
 #endif
 
+#ifdef USE_GNUTLS
+       "+USE_GNUTLS  "
+#else
+       "-USE_GNUTLS  "
+#endif
+
 #ifdef USE_SASL
        "+USE_SASL  "
 #else