[racket-dev] racket 5.1 build failure on debian/kfreebsd
At Sun, 24 Apr 2011 10:04:02 -0300, David Bremner wrote:
> The attached patch does indeed allow compilation to finish.
Thanks! I've pushed that patch.
> I can work around this by "configure --enable-pthread", but I suspect
> the right fix is to add a stanza for GNU/kFreeBSD to src/configure.
> I'm a little baffled how this file is maintained, though. Is there a
> corresponding configure.ac somewhere?
It's in the "racket" subdirectory. I've changed the `configure' case
from "FreeBSD" to "*FreeBSD", which I think is the right fix.