[svn] - remove "ASM hashing code" from the configure overview
This commit is contained in:
parent
0482ebf7b6
commit
686ebf4149
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
jilles 2007/05/06 14:46:45 UTC (20070506-3438)
|
||||
Log:
|
||||
Target left IRC (more friendly error message if a UID
|
||||
cannot be found) for /invite.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+8 -3 trunk/modules/m_invite.c (File Modified)
|
||||
|
||||
|
||||
jilles 2007/05/02 19:56:40 UTC (20070502-3436)
|
||||
Log:
|
||||
Remove emptyline craq because it leaks memory on /rehash motd etc.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dnl $Id: configure.ac 3366 2007-04-03 09:57:53Z nenolod $
|
||||
dnl $Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl TODO: clean up all the OpenSSL and shared module checking stuff;
|
||||
|
@ -8,7 +8,7 @@ dnl said functions need to be just about as complex as they already are.
|
|||
AC_PREREQ(2.57)
|
||||
|
||||
dnl Sneaky way to get an Id tag into the configure script
|
||||
AC_COPYRIGHT([$Id: configure.ac 3366 2007-04-03 09:57:53Z nenolod $])
|
||||
AC_COPYRIGHT([$Id: configure.ac 3440 2007-05-07 02:53:54Z nenolod $])
|
||||
|
||||
AC_INIT([charybdis],[2.2.0])
|
||||
|
||||
|
@ -1270,7 +1270,6 @@ Configuration:
|
|||
Socket Engine : $SELECT_TYPE
|
||||
Small network : $small_net
|
||||
Block allocator : $balloc
|
||||
ASM hashing code : $ricer_hashing
|
||||
|
||||
Nickname length : $NICKLEN
|
||||
Topic length : $TOPICLEN
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070502-3436"
|
||||
#define SERNO "20070506-3438"
|
||||
|
|
Loading…
Reference in New Issue