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 <[email protected]>
Acked-by: Flavio Leitner <[email protected]>
Acked-by: Ilya Maximets <[email protected]>
Signed-off-by: Ian Stokes <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.