Home | History | Annotate | Download | only in fio

Lines Matching refs:libaio

459 libaio="no"
461 #include <libaio.h>
469 if compile_prog "" "-laio" "libaio" ; then
470 libaio=yes
473 if test "$libaio" = "yes" ; then
474 feature_not_found "linux AIO" "libaio-dev or libaio-devel"
476 libaio=no
478 echo "Linux AIO support $libaio"
1433 if test "$libaio" = "yes" ; then