diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-06-03 20:54:39 +0400 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2014-06-03 20:54:39 +0400 |
commit | fdda4d506f434b8a8f050b4719564427cf5c8fcf (patch) | |
tree | 5509d58e541ac48cf1c8cb433d37b942a233cd5d /doc | |
parent | Merge pull request #230 from weiss/fix-dependency-list (diff) |
Always enable STUN at compile time
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index f81b50c0..ad7bd407 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -396,9 +396,6 @@ Some options that you may be interested in modifying: \titem{--enable-zlib} Enable Stream Compression (XEP-0138) using zlib. - \titem{--enable-stun} - Enable STUN/TURN support (see section \ref{stun}). - \titem{--enable-iconv} Enable iconv support. This is needed for \term{mod\_irc} (see seciont \ref{modirc}). |