cygwin configure fails with thread-safety

Started by Andrew Chernowover 17 years ago2 messageshackers
Jump to latest
#1Andrew Chernow
ac@esilo.com

For cygwin builds, src/test/thread/thread_test.c needs to include
sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when
--enable-thread-safety is used because of this. See attached patch
against head.

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

Attachments:

cygwin_maxhostlen.patchtext/plain; name=cygwin_maxhostlen.patchDownload+4-0
#2Magnus Hagander
magnus@hagander.net
In reply to: Andrew Chernow (#1)
Re: cygwin configure fails with thread-safety

Andrew Chernow wrote:

For cygwin builds, src/test/thread/thread_test.c needs to include
sys/param.h to get MAXHOSTNAMELEN. configure is currently failing when
--enable-thread-safety is used because of this. See attached patch
against head.

Applied, thanks.

//Magnus