Diff for /libelwix/configure.in between versions 1.65.2.1 and 1.65.2.2

version 1.65.2.1, 2024/01/22 15:26:14 version 1.65.2.2, 2024/01/22 20:40:15
Line 46  AC_ARG_ENABLE(debug, Line 46  AC_ARG_ENABLE(debug,
                                 CFLAGS="-g ${CFLAGS}"                                  CFLAGS="-g ${CFLAGS}"
                                 ;;                                  ;;
                         *)                          *)
                                AC_DEFINE(NDEBUG, 1, [Build w/o assert() support])                                AC_DEFINE(NDEBUG,, [Build w/o assert() support])
                                 ;;                                  ;;
                 esac ],)                  esac ],)
 AC_MSG_RESULT($DEBUG)  AC_MSG_RESULT($DEBUG)

Removed from v.1.65.2.1  
changed lines
  Added in v.1.65.2.2


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