From b269d9add7e01cc73fd9854cc4643d6dc2f9f980 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 27 Sep 2013 14:51:29 +0200 Subject: [PATCH] configure: Show whether MySQL/Python support is enabled Fixes #4763 --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index af4288d69..2e1fdd1d9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0