From 940c037a171e73dfa5405d57d3ad8ed25525972f Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 18 Aug 2014 02:17:32 +0200 Subject: Wrap a paragraph from INSTALL file to 79 chars --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d77ef59..051e203 100644 --- a/INSTALL +++ b/INSTALL @@ -82,7 +82,10 @@ Examples, configure the poller with cmake: % cmake . -DPOLLER=EPOLL -You can also decide not to use two of the optional dependencies, even if they are present on your system, for example if Botan is available but you do not want to use it, you can set the value of WITHOUT_BOTAN to 1, like this: +You can also decide not to use two of the optional dependencies, even if +they are present on your system, for example if Botan is available but you +do not want to use it, you can set the value of WITHOUT_BOTAN to 1, like +this: % cmake . -DWITHOUT_BOTAN=1 -- cgit v1.2.3