From 74497c34aab44cb33c565efbdbdd5b2318c97fca Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 19 May 2023 19:35:19 +0300 Subject: [PATCH] doc: remove non-existent configure option Signed-off-by: Igor Ryzhov --- doc/developer/include-compile.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/developer/include-compile.rst b/doc/developer/include-compile.rst index 513cac6179..b98d237e68 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 \