--- libaitio/configure 2012/05/23 11:59:50 1.20.2.2 +++ libaitio/configure 2012/05/23 14:37:36 1.20.2.3 @@ -673,7 +673,6 @@ ac_user_opts=' enable_option_checking enable_debug enable_aio -enable_mpool ' ac_precious_vars='build_alias host_alias @@ -1302,7 +1301,6 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-debug Build library with debug information and additional messages --enable-aio Build library with AIO operations - --enable-mpool Build library with MPOOL operations Some influential environment variables: CC C compiler command @@ -4005,25 +4003,19 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AIO" >&5 $as_echo "$AIO" >&6; } -MPOOL=no -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Use ELWIX MPOOL" >&5 -$as_echo_n "checking Use ELWIX MPOOL... " >&6; } -# Check whether --enable-mpool was given. -if test "${enable_mpool+set}" = set; then : - enableval=$enable_mpool; MPOOL=$enableval - case "$enableval" in - yes) - -$as_echo "#define USE_MPOOL /**/" >>confdefs.h - - ;; - *) - ;; - esac -fi - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPOOL" >&5 -$as_echo "$MPOOL" >&6; } +#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="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"