--- libaitio/configure.in 2010/04/16 13:27:49 1.4.2.1 +++ libaitio/configure.in 2010/07/05 08:23:27 1.4.2.2 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.4.2.1 2010/04/16 13:27:49 misho Exp $ +# $Id: configure.in,v 1.4.2.2 2010/07/05 08:23:27 misho Exp $ # AC_INIT(libaitio, 1.3, misho@openbsd-bg.org) AC_CONFIG_SRCDIR([src/aitio.c]) @@ -45,6 +45,20 @@ AC_ARG_ENABLE(debug, ;; esac ],) AC_MSG_RESULT($DEBUG) + +AIO=yes +AC_MSG_CHECKING(AIO Build) +AC_ARG_ENABLE(aio, + [ --enable-aio Build library with AIO operations], + [ AIO=$enableval + case "$enableval" in + yes) + AC_DEFINE(AIO_OPS,, [Build library with AIO operations]) + ;; + *) + ;; + esac ], AC_DEFINE(AIO_OPS,, [Build library with AIO operations])) +AC_MSG_RESULT($AIO) AC_CONFIG_FILES([Makefile inc/Makefile