Lines Matching refs:libaio
431 libaio="no"433 #include <libaio.h>441 if compile_prog "" "-laio" "libaio" ; then442 libaio=yes445 if test "$libaio" = "yes" ; then446 feature_not_found "linux AIO" "libaio-dev or libaio-devel"448 libaio=no450 echo "Linux AIO support $libaio"1215 if test "$libaio" = "yes" ; then