Update for RDMA io engine's compatibility
[fio.git] / configure
index 98af5ff38bd3500aec82086c1cd6c37ebb018013..c00a3a46e9adac827649df5d04d1ea59871c7660 100755 (executable)
--- a/configure
+++ b/configure
@@ -1127,7 +1127,7 @@ fi
 if test "$sfaa" = "yes" ; then
   output_sym "CONFIG_SFAA"
 fi
-if test "$libverbs" = "yes" -a "rdmacm" = "yes" ; then
+if test "$libverbs" = "yes" -a "$rdmacm" = "yes" ; then
   output_sym "CONFIG_RDMA"
 fi
 if test "$clock_gettime" = "yes" ; then