Don't enable assert() calls when not ./configure'd with --enable-debug.
This commit is contained in:
parent
4d0b03b423
commit
e635ed43bf
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
|
|
||||||
ngIRCd CVSHEAD
|
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.
|
- 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
|
- Enhanced configure script: now you can pass an (optional) search path
|
||||||
to all --with-XXX parameters, e. g. "--with-ident=/opt/ident".
|
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 $
|
||||||
|
|
Loading…
Reference in New Issue