mirror of https://github.com/Icinga/icinga2.git
Fix a typo in the documentation of ICINGA2_WITH_MYSQL and ICINGA2_WITH_PGSQL
fixes #8753 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
8072ca31d9
commit
e3d379aa5c
|
@ -28,9 +28,9 @@ parentheses):
|
|||
* recommended: libexecinfo on FreeBSD (automatically used when Icinga 2 is
|
||||
installed via port or package)
|
||||
* optional: MySQL (mysql-devel on RHEL, libmysqlclient-dev on Debian); set CMake
|
||||
variable `ICINGA2_WITH_MYSQL` to disable this module
|
||||
variable `ICINGA2_WITH_MYSQL` to `OFF` to disable this module
|
||||
* optional: PostgreSQL (postgresql-devel on RHEL, libpq-dev on Debian); set CMake
|
||||
variable `ICINGA2_WITH_PGSQL` to disable this module
|
||||
variable `ICINGA2_WITH_PGSQL` to `OFF` to disable this module
|
||||
* optional: YAJL (yajl-devel on RHEL, libyajl-dev on Debian)
|
||||
|
||||
Note: RHEL5 ships an ancient flex version. Updated packages are available for
|
||||
|
|
Loading…
Reference in New Issue