Lines Matching refs:libaio
459 libaio="no"461 #include <libaio.h>469 if compile_prog "" "-laio" "libaio" ; then470 libaio=yes473 if test "$libaio" = "yes" ; then474 feature_not_found "linux AIO" "libaio-dev or libaio-devel"476 libaio=no478 echo "Linux AIO support $libaio"1433 if test "$libaio" = "yes" ; then