Skip to content

Commit

Permalink
acinclude: Omit unnecessary define
Browse files Browse the repository at this point in the history
Commit fc3b425 ("acinclude: Include libmnl when needed") added
unnecessary include of DPDK_MNL. Omit it.

Fixes: fc3b425 ("acinclude: Include libmnl when needed")
Signed-off-by: Eli Britstein <elibr@mellanox.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
  • Loading branch information
Eli Britstein authored and istokes committed Feb 18, 2019
1 parent 84844e3 commit 3f7a64d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acinclude.m4
Expand Up @@ -298,8 +298,7 @@ AC_DEFUN([OVS_CHECK_DPDK], [
#endif
], [])
], [],
[AC_SEARCH_LIBS([mnl_attr_put],[mnl],[],[AC_MSG_ERROR([unable to find libmnl, install the dependency package])])
AC_DEFINE([DPDK_MNL], [1], [MLX5 PMD detected in DPDK.])])
[AC_SEARCH_LIBS([mnl_attr_put],[mnl],[],[AC_MSG_ERROR([unable to find libmnl, install the dependency package])])])
AC_COMPILE_IFELSE([
AC_LANG_PROGRAM(
Expand Down

0 comments on commit 3f7a64d

Please sign in to comment.