Home | History | Annotate | Download | only in fio

Lines Matching refs:libaio

431 libaio="no"
433 #include <libaio.h>
441 if compile_prog "" "-laio" "libaio" ; then
442 libaio=yes
445 if test "$libaio" = "yes" ; then
446 feature_not_found "linux AIO" "libaio-dev or libaio-devel"
448 libaio=no
450 echo "Linux AIO support $libaio"
1215 if test "$libaio" = "yes" ; then