]> granicus.if.org Git - icinga2/commitdiff
Fix a typo in the documentation of ICINGA2_WITH_MYSQL and ICINGA2_WITH_PGSQL
authorLouis Sautier <sautier.louis@gmail.com>
Sun, 15 Mar 2015 18:22:37 +0000 (19:22 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 15 Mar 2015 20:10:52 +0000 (21:10 +0100)
fixes #8753

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
INSTALL.md

index 480677a23920b03f4fdcd3442afef0f6475e43af..82a89c3c9fb4b475d9187c9ea352c349ba5da156 100644 (file)
@@ -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