Home | History | Annotate | Download | only in fio

Lines Matching refs:libpmemblk

1761 # Check whether we have libpmemblk
1763 if test "$libpmemblk" != "yes" ; then
1764 libpmemblk="no"
1768 #include <libpmemblk.h>
1776 if compile_prog "" "-lpmemblk" "libpmemblk"; then
1777 libpmemblk="yes"
1781 echo "libpmemblk $libpmemblk"
1786 if test "$libpmemblk" = "yes"; then