[ovs-dev] [PATCH V3 3/3] acinclude: Omit unnecessary define

Eli Britstein elibr at mellanox.com
Thu Feb 7 06:52:30 UTC 2019


Commit fc3b425fa02f ("acinclude: Include libmnl when needed") added
unnecessary include of DPDK_MNL. Omit it.

Fixes: fc3b425fa02f ("acinclude: Include libmnl when needed")
Signed-off-by: Eli Britstein <elibr at mellanox.com>
---
 acinclude.m4 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index ec0c235cc..44e9770d2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -297,8 +297,7 @@ AC_DEFUN([OVS_CHECK_DPDK], [
         ], [])
       ], [],
       [AC_SEARCH_LIBS([mnl_attr_put],[mnl],[],[AC_MSG_ERROR([unable to find libmnl, install the dependency package])])
-       DPDK_EXTRA_LIB="-lmnl"
-       AC_DEFINE([DPDK_MNL], [1], [MLX5 PMD detected in DPDK.])])
+       DPDK_EXTRA_LIB="-lmnl"])
 
     AC_COMPILE_IFELSE([
       AC_LANG_PROGRAM(
-- 
2.14.5



More information about the dev mailing list