Diff for /libaitio/configure between versions 1.20.2.2 and 1.20.2.3

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

Removed from v.1.20.2.2  
changed lines
  Added in v.1.20.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>