mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
e13de1e06b
commit
b269d9add7
@ -166,10 +166,17 @@ else
|
|||||||
ltdl_msg="system-provided"
|
ltdl_msg="system-provided"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AM_COND_IF([MYSQL_USE], [mysql_msg="enabled"], [mysql_msg="disabled"])
|
||||||
|
AM_COND_IF([PYTHON_USE], [python_msg="enabled"], [python_msg="disabled"])
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
Libraries:
|
Libraries:
|
||||||
ltdl: $ltdl_msg
|
ltdl: $ltdl_msg
|
||||||
|
|
||||||
|
Features:
|
||||||
|
MySQL: $mysql_msg
|
||||||
|
Python: $python_msg
|
||||||
|
|
||||||
*** Please note that at this point Icinga 2 is highly experimental software
|
*** Please note that at this point Icinga 2 is highly experimental software
|
||||||
*** and is missing a significant portion of the planned features. This
|
*** and is missing a significant portion of the planned features. This
|
||||||
*** is merely a technology preview and if you're planning to set up
|
*** is merely a technology preview and if you're planning to set up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user