Bug 35021

Summary: Bug in configure test for SCTP - missing headers
Product: APR Reporter: Lee Begg <llnz>
Component: APRAssignee: Apache Portable Runtime bugs mailinglist <bugs>
Status: RESOLVED FIXED    
Severity: normal CC: allenw
Priority: P2 Keywords: PatchAvailable
Version: HEAD   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Attachments: Patch to fix sctp test in apr_network.m4

Description Lee Begg 2005-05-23 15:50:33 UTC
The current test in build/apr_network.m4 does not give sctp a fair chance to 
be configured because it does not try to include the SCTP related headers that 
have been tested for. 
 
I have a 6 line (plus context) patch that fixes this problem. I will attach it 
in a moment.
Comment 1 Lee Begg 2005-05-23 15:53:47 UTC
Created attachment 15132 [details]
Patch to fix sctp test in apr_network.m4

Diff'ed in an apache (2.1.54, apr 0.9.6) tree (sorry).
I have checked it against both head, and 1.1.1 and it is still valid
Comment 2 Lee Begg 2005-06-03 10:43:49 UTC
Added "missing headers" to the summary of the bug as that is all it is. 
Comment 3 Joe Orton 2005-06-03 15:39:04 UTC
Committed for future release.
Comment 4 Joe Orton 2005-09-08 15:35:04 UTC
*** Bug 35334 has been marked as a duplicate of this bug. ***