Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Fri, 30 Nov 2007 22:10:04 +0000 (22:10 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Fri, 30 Nov 2007 22:10:04 +0000 (22:10 +0000)
commit140ab2b3075fe6b64c32c7f11ef7abf65ab24247
tree32bf97514d8750b3459d855120687d357326ab30
parente418cc009a0315fe8384ba6e316808d9861c2109
Author: Kev <klmitch@mit.edu>
Log message:

Fix for 2 problems:

1) gline_add() applied the too-many-users test to all realname G-lines,
   instead of just user-initiated G-lines; fixed by wrapping test in an if
   on MyUser()

2) Some systems seem to have problems if LEXLIB ('-lfl') gets added to
   LIBS.  Since the only reason to link agains libfl is to get yywrap(), we
   just provide our own version of it.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1851 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
configure
configure.in
ircd/gline.c
ircd/ircd_lexer.l