Skip to content

Commit

Permalink
prov/cxi: Remove checks for unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Raffenetti <[email protected]>
  • Loading branch information
raffenet committed Feb 6, 2024
1 parent 8ea145e commit 5793243
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions prov/cxi/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ AC_DEFUN([FI_CXI_CONFIGURE],[
AS_IF([test x"$enable_cxi" != x"no"],
[
AC_CHECK_HEADER(cxi_prov_hw.h,
[],
[cxi_happy=0])
AC_CHECK_HEADER(uapi/misc/cxi.h,
[],
[cxi_happy=0])
FI_CHECK_PACKAGE([libcxi],
[libcxi/libcxi.h],
[cxi],
Expand Down

0 comments on commit 5793243

Please sign in to comment.