Diff for /libaitio/configure.in between versions 1.51.2.2 and 1.51.2.3

version 1.51.2.2, 2014/01/21 15:59:44 version 1.51.2.3, 2014/02/02 12:27:37
Line 84  AC_ARG_ENABLE(aio, Line 84  AC_ARG_ENABLE(aio,
                 esac ],)                  esac ],)
 AC_MSG_RESULT($AIO)  AC_MSG_RESULT($AIO)
   
   ZCBUF=no
   AC_MSG_CHECKING(Zero-copy buffer Build)
   AC_ARG_ENABLE(zcpy-buffer,
           [  --enable-zcpy-buffer    Build library with zero-copy buffer ], 
           [ ZCBUF=$enableval
                   case "$enableval" in
                           yes)
                                   AC_DEFINE(ZCBUF_ENABLE,, [Build library with zero-copy buffer])
                                   ;;
                           *)
                                   ;;
                   esac ],)
   AC_MSG_RESULT($ZCBUF)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  inc/Makefile                   inc/Makefile
                  lib/Makefile                   lib/Makefile

Removed from v.1.51.2.2  
changed lines
  Added in v.1.51.2.3


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