From f6cb6053e4c15f68a73e581fad8686cc122983a7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 27 Mar 2022 23:23:32 -0700 Subject: configure: start re-introducing the assignment statements. [skip cirrus] [skip appveyor] One of those seems to have triggered the issue on Solaris 10 in which the shell *thought* there was a missing " somewhere (all other shells had no problem, including the Solaris 11 shell on which I tried it). [skip ci] --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e3707884..f33c1617 100644 --- a/configure.ac +++ b/configure.ac @@ -2884,7 +2884,8 @@ if test "x$enable_rdma" != "xno"; then fi if test "x$found_libibverbs" = "xyes"; then - AC_MSG_WARN([Testing 1 2 3...]) + save_CFLAGS="$CFLAGS" + save_LIBS="$LIBS" fi if test "x$found_usable_libibverbs" = "xyes" -- cgit v1.2.1