From 11cddfd689beb70030830abec10a161b1df3c9ae Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 28 Mar 2022 02:22:58 -0700 Subject: configure: start adding back the libibverbs library checks. [skip cirrus] [skip appveyor] Bit by bit until it either breaks, and we know what did it, or it's all there, in which case it was some mysterious glitch. [skip ci] --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66954235..f9371a60 100644 --- a/configure.ac +++ b/configure.ac @@ -2888,6 +2888,9 @@ if test "x$enable_rdma" != "xno"; then save_LIBS="$LIBS" CFLAGS="$LIBIBVERBS_CFLAGS" LIBS="$LIBIBVERBS_LIBS" + AC_CHECK_HEADER(infiniband/verbs.h, [ + AC_MSG_WARN([Testing 1 2 3...]) + ]) CFLAGS="$save_CFLAGS" LIBS="$save_LIBS" fi -- cgit v1.2.1