mirror of https://github.com/Icinga/icinga2.git
parent
e13de1e06b
commit
b269d9add7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue