diff options
| author | Anuradha Karuppiah <anuradhak@nvidia.com> | 2022-01-01 09:18:33 -0800 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-06-27 07:56:55 -0400 | 
| commit | 36c3b29675300b5683a97f1e3796a1f6d1778d88 (patch) | |
| tree | 77f3b125cc4eafdac2c7ff8445e421ae485b1965 /configure.ac | |
| parent | 0c57fcc731b78949b26f7f12e13b7d725db362f5 (diff) | |
zebra: infastructure for the new dataplane plugin
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff53e1224f..b901d7a423 100644 --- a/configure.ac +++ b/configure.ac @@ -1793,7 +1793,6 @@ AS_IF([test "$enable_pathd" != "no"], [    AC_DEFINE([HAVE_PATHD], [1], [pathd])  ]) -  if test "$ac_cv_lib_json_c_json_object_get" = "no" -a "$BFDD" = "bfdd"; then    AC_MSG_ERROR(["you must use json-c library to use bfdd"])  fi @@ -2707,6 +2706,7 @@ AM_CONDITIONAL([FABRICD], [test "$enable_fabricd" != "no"])  AM_CONDITIONAL([VRRPD], [test "$enable_vrrpd" != "no"])  AM_CONDITIONAL([PATHD], [test "$enable_pathd" != "no"])  AM_CONDITIONAL([PATHD_PCEP], [test "$enable_pathd" != "no"]) +AM_CONDITIONAL([DP_DPDK], [test "$enable_dp_dpdk" = "yes"])  AC_CONFIG_FILES([Makefile],[  	test "$enable_dev_build" = "yes" && makefile_devbuild="--dev-build"  | 
