Added a check that 'localhost' resolves before the gethostbyname_r() checks,
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2001 12:29:08 +0000 (12:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2001 12:29:08 +0000 (12:29 +0000)
commit116462a5123949e3782660c965e2fb7c58e79662
treefd579057ff553430c4e4390f97d3fbd20d8c9cd7
parent217e0331203945673b8773d6a81fec56d74b7aa5
Added a check that 'localhost' resolves before the gethostbyname_r() checks,
as they depend on the resolving of that name. It seems this mistake is
happening from time to time and people have a hard time finding out why
configure can't detect their gethostbyname_r()-setup.
configure.in