changeset 21706:1c0256d2c33e

master: add cassandra to printed build options
author Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
date Mon, 27 Feb 2017 09:39:06 +0200
parents 041cd0683ad3
children 6441d69cdfb6
files src/master/main.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Sat Feb 25 21:47:01 2017 +0200
+++ b/src/master/main.c	Mon Feb 27 09:39:06 2017 +0200
@@ -639,6 +639,9 @@
 #else
 	"SQL drivers:"
 #endif
+#ifdef BUILD_CASSANDRA
+		" cassandra"
+#endif
 #ifdef BUILD_MYSQL
 		" mysql"
 #endif