summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2021-12-15 09:08:28 +0100
committerFabrice Fontaine <fontaine.fabrice@gmail.com>2021-12-15 16:51:33 +0100
commitc919fce32deb057665da3dbc7dedb7dc0a2b8196 (patch)
treed5ab69d224869ae3b4c8d7269e91e8a5bd861d76 /configure.ac
parent2c32234f11874b75ed61dece01f9f5e384ac61b2 (diff)
configure.ac: drop --enable-pcep option and HAVE_PATHD_PCEP
Drop --enable-pcep option and HAVE_PATHD_PCEP which does nothing since https://github.com/FRRouting/frr/commit/749714731ee9a59ae39be77e7db3915ce3ad0bd8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c153e4c261..1bcc42ef8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -693,8 +693,6 @@ AC_ARG_ENABLE([pcreposix],
AS_HELP_STRING([--enable-pcreposix], [enable using PCRE Posix libs for regex functions]))
AC_ARG_ENABLE([fpm],
AS_HELP_STRING([--enable-fpm], [enable Forwarding Plane Manager support]))
-AC_ARG_ENABLE([pcep],
- AS_HELP_STRING([--enable-pcep], [enable PCEP support for pathd]))
AC_ARG_ENABLE([werror],
AS_HELP_STRING([--enable-werror], [enable -Werror (recommended for developers only)]))
AC_ARG_ENABLE([cumulus],
@@ -1747,7 +1745,6 @@ fi
AS_IF([test "$enable_pathd" != "no"], [
AC_DEFINE([HAVE_PATHD], [1], [pathd])
- AC_DEFINE([HAVE_PATHD_PCEP], [1], [pathd-pcep])
])