Diff for /libaitsess/configure.in between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2008/09/30 20:11:27 version 1.1.2.2, 2008/10/03 17:32:08
Line 40  AC_ARG_ENABLE(debug, Line 40  AC_ARG_ENABLE(debug,
                 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])
                                   CFLAGS="-g ${CFLAGS}"
                                 ;;                                  ;;
                         *)                          *)
                                 ;;                                  ;;

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


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