Diff for /libaitcfg/configure.in between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2008/09/30 14:33:36 version 1.1.2.3, 2008/09/30 14:56:51
Line 28  AC_FUNC_MALLOC Line 28  AC_FUNC_MALLOC
 AC_FUNC_REALLOC  AC_FUNC_REALLOC
 AC_CHECK_FUNCS([bzero memmove memset strchr strspn])  AC_CHECK_FUNCS([bzero memmove memset strchr strspn])
   
   DEBUG=no
 AC_MSG_CHECKING(Debug Build)  AC_MSG_CHECKING(Debug Build)
 AC_ARG_ENABLE(debug,  AC_ARG_ENABLE(debug,
         [  --enable-debug          Build library with debug information and additional messages],          [  --enable-debug          Build library with debug information and additional messages],
         [ DEBUG=$enableval          [ DEBUG=$enableval
                 case "$enableval" in                  case "$enableval" in
                         yes)                          yes)
                                AC_DEFINE(__DEBUG,, [Build libraries with debug information and additional messages])                                AC_DEFINE(_DEBUG,, [Build libraries with debug information and additional messages])
                                 ;;                                  ;;
                         *)                          *)
                                 ;;                                  ;;

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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