diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2023-05-19 18:35:19 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2023-05-19 18:35:19 +0200 |
commit | 74497c34aab44cb33c565efbdbdd5b2318c97fca (patch) | |
tree | 111f9ed76cb8af3e66957241267b1d716b557bf8 /doc/developer/include-compile.rst | |
parent | Merge pull request #13549 from LabNConsulting/chopps/cclsopt (diff) | |
download | frr-74497c34aab44cb33c565efbdbdd5b2318c97fca.tar.xz frr-74497c34aab44cb33c565efbdbdd5b2318c97fca.zip |
doc: remove non-existent configure option
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | doc/developer/include-compile.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/developer/include-compile.rst b/doc/developer/include-compile.rst index 513cac617..b98d237e6 100644 --- a/doc/developer/include-compile.rst +++ b/doc/developer/include-compile.rst @@ -17,7 +17,6 @@ obtained by running ``./configure -h``. The options shown below are examples. --localstatedir=/var/run/frr \ --sysconfdir=/etc/frr \ --with-moduledir=\${prefix}/lib/frr/modules \ - --with-libyang-pluginsdir=\${prefix}/lib/frr/libyang_plugins \ --enable-configfile-mask=0640 \ --enable-logfile-mask=0640 \ --enable-snmp=agentx \ |