Browse Source

Disable libaio use for now, io_destroy is awfully long

Samuel Thibault 8 years ago
parent
commit
d04a060402
1 changed files with 2 additions and 2 deletions
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -753,9 +753,9 @@ fi
 AC_CHECK_FUNC([sched_yield], [AC_DEFINE([STARPU_HAVE_SCHED_YIELD], [1], [Define to 1 if the function sched_yield is available.])])
 
 AC_CHECK_HEADERS([aio.h])
-AC_CHECK_HEADERS([libaio.h])
 AC_CHECK_LIB([rt], [aio_read])
-AC_CHECK_LIB([aio], [io_setup])
+#AC_CHECK_HEADERS([libaio.h])
+#AC_CHECK_LIB([aio], [io_setup])
 
 AC_CHECK_FUNCS([mkostemp])
 AC_CHECK_FUNCS([mkdtemp])