From: Jens Axboe Date: Thu, 28 Mar 2013 18:52:17 +0000 (-0600) Subject: Fix build if just one of libverbs or librdma is installed X-Git-Tag: fio-2.0.15~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d9d9db0f8000fec31a0996c602a0fb76b4c2a548;ds=sidebyside Fix build if just one of libverbs or librdma is installed Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 76da4ba5..836d7ade 100755 --- a/configure +++ b/configure @@ -1017,7 +1017,7 @@ fi if test "$sfaa" = "yes" ; then output_sym "CONFIG_SFAA" fi -if test "$libverbs" = "yes" -o "rdmacm" = "yes" ; then +if test "$libverbs" = "yes" -a "rdmacm" = "yes" ; then output_sym "CONFIG_RDMA" fi if test "$clock_gettime" = "yes" ; then