aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2022-03-28 01:51:55 -0700
committerGuy Harris <gharris@sonic.net>2022-03-31 00:42:09 -0700
commitf586f0969754b6f4ea15dddb650c15608476d71c (patch)
tree694b5bf15960b48e8f4c4cf3e411678b45e8378b /configure.ac
parentfc452ec5cc4f8f97d17e3ea019cece08203fde47 (diff)
downloadlibpcap-f586f0969754b6f4ea15dddb650c15608476d71c.tar.gz
configure: add one more assignment back. [skip cirrus] [skip appveyor]
So far, so good; see if this one triggers the bug. [skip ci] (cherry picked from commit c316c9ce7e8a6343bd8f856852fdcbc5220d3e7e)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0ffafd03..66954235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2887,6 +2887,7 @@ if test "x$enable_rdma" != "xno"; then
save_CFLAGS="$CFLAGS"
save_LIBS="$LIBS"
CFLAGS="$LIBIBVERBS_CFLAGS"
+ LIBS="$LIBIBVERBS_LIBS"
CFLAGS="$save_CFLAGS"
LIBS="$save_LIBS"
fi