--- libaitio/configure.in 2010/02/23 22:57:50 1.1.1.1.2.1 +++ libaitio/configure.in 2010/09/10 12:39:41 1.5 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.1.1.1.2.1 2010/02/23 22:57:50 misho Exp $ +# $Id: configure.in,v 1.5 2010/09/10 12:39:41 misho Exp $ # -AC_INIT(libaitio, 1.0, misho@openbsd-bg.org) +AC_INIT(libaitio, 1.3, misho@openbsd-bg.org) AC_CONFIG_SRCDIR([src/aitio.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -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