Skip to content
Snippets Groups Projects
Commit b356834a authored by Danny Auble's avatar Danny Auble
Browse files

INFINIBAND - check for different symbol we actually use.

parent 867c5615
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ AC_DEFUN([X_AC_OFED], ...@@ -35,7 +35,7 @@ AC_DEFUN([X_AC_OFED],
LIBS="-L$d/$bit -libmad -libumad $LIBS" LIBS="-L$d/$bit -libmad -libumad $LIBS"
AC_LINK_IFELSE( AC_LINK_IFELSE(
[AC_LANG_CALL([], mad_dump_mlnx_ext_port_info)], [AC_LANG_CALL([], mad_rpc_open_port)],
AS_VAR_SET(x_ac_cv_ofed_dir, $d), []) AS_VAR_SET(x_ac_cv_ofed_dir, $d), [])
CPPFLAGS="$_x_ac_ofed_cppflags_save" CPPFLAGS="$_x_ac_ofed_cppflags_save"
LIBS="$_x_ac_ofed_libs_save" LIBS="$_x_ac_ofed_libs_save"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment