summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-03-27 23:23:32 -0700
committerGuy Harris <gharris@sonic.net>2022-03-27 23:23:32 -0700
commitf6cb6053e4c15f68a73e581fad8686cc122983a7 (patch)
treecbed5da8e57d37cdf8ea79f81300922ac8c65583 /configure.ac
parentecad69d598d006422c2e7a3c3379d4af1f87a29b (diff)
downloadlibpcap-f6cb6053e4c15f68a73e581fad8686cc122983a7.tar.gz
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]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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"