make configure.ac automagically do the right thing on redhat 9
authorNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 16 May 2003 04:07:37 +0000 (04:07 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 16 May 2003 04:07:37 +0000 (04:07 +0000)
commit419f3a51603752bcc088b735389d2faff342402e
treec7adee247ed5e2bf9ed023670d92e7c3aeb7a2ea
parent30cac5a65ec60311e013ae32f9cdbeb60f3ad701
make configure.ac automagically do the right thing on redhat 9
remove crappy tolower() hack that was breaking the build on redhat 9
(because the kerberized openssl includes ctype.h)

before anyone yells at me, i did a little cvs archaeology on the tolower
thing, and it appears to have been in the Citadel source base since,
roughly, the Epoch. I doubt that the hack is needed any longer, and using
the OS's tolower() will handle extended charsets.

Anyone who is stupid enough to be using an OS with such a horribly broken
tolower() can just scratch their head and figure things out for
themselves. Citadel needs higher barriers to entry, there are too many
weirdos on the IGnet lately. :-)
citadel/ChangeLog
citadel/citadel.h
citadel/configure.ac