aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2015-07-29 22:00:23 +0100
committerGravatar Alexey Sokolov2015-07-29 22:00:23 +0100
commit54fe5cc7a5159c8efb7360112ae667eb200aed6c (patch)
tree152e69b1b52df83f1a28caf9b11f0959259fc6f6
parentMerge pull request #8 from J0celyn/patch-4 (diff)
downloadKVIrc-54fe5cc7a5159c8efb7360112ae667eb200aed6c.tar.gz
KVIrc-54fe5cc7a5159c8efb7360112ae667eb200aed6c.tar.bz2
KVIrc-54fe5cc7a5159c8efb7360112ae667eb200aed6c.zip
Fix -DWANT_OPENSSL in documentation.
Noticed by @Mitlik, thanks. Fix #1485
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index a3fb66f05..8316c2975 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -374,7 +374,7 @@ General notes for the installation of the 4.2 release of KVIrc
-DWANT_KDE4 (default: ON)
Enables or disables KDE4 support.
- -DWANT_SSL (default: ON)
+ -DWANT_OPENSSL (default: ON)
Enables or disables the crypto functions support using OpenSSL.
-DWANT_CRYPT (default: ON)