Don't enable assert() calls when not ./configure'd with --enable-debug.

This commit is contained in:
Alexander Barton 2005-03-30 17:00:42 +00:00
parent 4d0b03b423
commit e635ed43bf
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
ngIRCd CVSHEAD
- Don't enable assert() calls when not ./configure'd with --enable-debug.
- Fixed ./configure test for TCP Wrappers: now it runs on Mac OS X as well.
- Enhanced configure script: now you can pass an (optional) search path
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
@ -597,4 +598,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.267 2005/03/21 22:15:15 alex Exp $
$Id: ChangeLog,v 1.268 2005/03/30 17:00:42 alex Exp $