configure: Show whether MySQL/Python support is enabled

Fixes #4763
This commit is contained in:
Gunnar Beutner 2013-09-27 14:51:29 +02:00
parent e13de1e06b
commit b269d9add7
1 changed files with 7 additions and 0 deletions

View 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