]> granicus.if.org Git - icinga2/commitdiff
configure: Show whether MySQL/Python support is enabled
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 12:51:29 +0000 (14:51 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 27 Sep 2013 12:51:29 +0000 (14:51 +0200)
Fixes #4763

configure.ac

index af4288d6956edf08423a4667676fb3207bb575b1..2e1fdd1d93b52799264ac44b944250c90a581b2e 100644 (file)
@@ -166,10 +166,17 @@ else
        ltdl_msg="system-provided"
 fi
 
+AM_COND_IF([MYSQL_USE], [mysql_msg="enabled"], [mysql_msg="disabled"])
+AM_COND_IF([PYTHON_USE], [python_msg="enabled"], [python_msg="disabled"])
+
 echo "
 Libraries:
      ltdl: $ltdl_msg
 
+Features:
+     MySQL: $mysql_msg
+     Python: $python_msg
+
 *** Please note that at this point Icinga 2 is highly experimental software
 *** and is missing a significant portion of the planned features. This
 *** is merely a technology preview and if you're planning to set up