Diff for /libaitio/configure between versions 1.20.2.1 and 1.20.2.2

version 1.20.2.1, 2012/05/19 00:01:24 version 1.20.2.2, 2012/05/23 11:59:50
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 1301  Optional Features: Line 1302  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 3970  if test "${enable_debug+set}" = set; then : Line 3972  if test "${enable_debug+set}" = set; then :
   enableval=$enable_debug;  DEBUG=$enableval    enableval=$enable_debug;  DEBUG=$enableval
                 case "$enableval" in                  case "$enableval" in
                         yes)                          yes)
   
 $as_echo "#define __DEBUG /**/" >>confdefs.h  
   
                                 CFLAGS="-g ${CFLAGS}"                                  CFLAGS="-g ${CFLAGS}"
                                 ;;                                  ;;
                         *)                          *)
Line 4005  fi Line 4004  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
   { $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; }
   
 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.1  
changed lines
  Added in v.1.20.2.2


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