14
14
# Place, Suite 330, Boston, MA 02111-1307 USA
17
DRIZZLE_STORAGE_ENGINE(innobase, innodb, [InnoDB Storage Engine],
25
21
AC_CHECK_LIB(rt, aio_read, [innodb_system_libs="-lrt"])
26
22
AC_SUBST(innodb_system_libs)
27
23
AC_CHECK_HEADERS(aio.h sched.h)