Home | History | Annotate | Download | only in fio

Lines Matching refs:libpmem

1741 # Check whether we have libpmem
1742 if test "$libpmem" != "yes" ; then
1743 libpmem="no"
1746 #include <libpmem.h>
1754 if compile_prog "" "-lpmem" "libpmem"; then
1755 libpmem="yes"
1758 echo "libpmem $libpmem"
1762 # libpmem is a prerequisite
1766 if test "$libpmem" = "yes"; then
1784 if test "$libpmem" = "yes" && test "$disable_pmem" = "no"; then