Diff for /libaitio/configure.in between versions 1.20.2.3 and 1.20.2.4

version 1.20.2.3, 2012/05/23 11:59:51 version 1.20.2.4, 2012/05/23 14:37:36
Line 63  AC_ARG_ENABLE(aio, Line 63  AC_ARG_ENABLE(aio,
                 esac ],)                  esac ],)
 AC_MSG_RESULT($AIO)  AC_MSG_RESULT($AIO)
   
MPOOL=no#MPOOL=no
AC_MSG_CHECKING(Use ELWIX MPOOL)#AC_MSG_CHECKING(Use ELWIX MPOOL)
AC_ARG_ENABLE(mpool, #AC_ARG_ENABLE(mpool, 
        [  --enable-mpool          Build library with MPOOL operations ], #        [  --enable-mpool          Build library with MPOOL operations ], 
        [ MPOOL=$enableval #        [ MPOOL=$enableval 
                case "$enableval" in#                case "$enableval" in
                        yes)#                        yes)
                                AC_DEFINE(USE_MPOOL,, [Build library with MPOOL operations])#                                AC_DEFINE(USE_MPOOL,, [Build library with MPOOL operations])
                                ;;#                               ;;
                        *)#                       *)
                                ;;#                               ;;
                esac ],)#                esac ],)
AC_MSG_RESULT($MPOOL)#AC_MSG_RESULT($MPOOL)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  inc/Makefile                   inc/Makefile

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


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