--- libaitio/configure.in 2012/05/19 00:11:58 1.21 +++ libaitio/configure.in 2012/07/03 08:51:04 1.22 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.21 2012/05/19 00:11:58 misho Exp $ +# $Id: configure.in,v 1.22 2012/07/03 08:51:04 misho Exp $ # -AC_INIT(libaitio, 3.0, misho@elwix.org) +AC_INIT(libaitio, 3.1, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitio.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -41,7 +41,6 @@ AC_ARG_ENABLE(debug, [ DEBUG=$enableval case "$enableval" in yes) - AC_DEFINE(__DEBUG,, [Build libraries with debug information and additional messages]) CFLAGS="-g ${CFLAGS}" ;; *) @@ -53,7 +52,7 @@ AC_MSG_RESULT($DEBUG) AIO=no AC_MSG_CHECKING(AIO Build) AC_ARG_ENABLE(aio, - [ --enable-aio Build library with AIO operations], + [ --enable-aio Build library with AIO operations ], [ AIO=$enableval case "$enableval" in yes) @@ -63,6 +62,20 @@ AC_ARG_ENABLE(aio, ;; esac ],) AC_MSG_RESULT($AIO) + +#MPOOL=no +#AC_MSG_CHECKING(Use ELWIX MPOOL) +#AC_ARG_ENABLE(mpool, +# [ --enable-mpool Build library with MPOOL operations ], +# [ MPOOL=$enableval +# case "$enableval" in +# yes) +# AC_DEFINE(USE_MPOOL,, [Build library with MPOOL operations]) +# ;; +# *) +# ;; +# esac ],) +#AC_MSG_RESULT($MPOOL) AC_CONFIG_FILES([Makefile inc/Makefile