On Fri, May 28, 2010 at 03:54:40PM -0000, William Rowe wrote: > Author: wrowe > Date: Fri May 28 15:54:40 2010 > New Revision: 949211 > > URL: http://svn.apache.org/viewvc?rev=949211&view=rev > Log: > Solve ELF-32 builds on ia64-hpux
Did you mean to include the configure changes in that commit? > --- apr/apr/trunk/configure.in (original) > +++ apr/apr/trunk/configure.in Fri May 28 15:54:40 2010 > @@ -1260,6 +1260,7 @@ APR_FLAG_HEADERS( > kernel/OS.h \ > net/errno.h \ > netinet/in.h \ > + netinet/ip.h \ > netinet/sctp.h \ > netinet/sctp_uio.h \ > sys/file.h \ > @@ -1300,6 +1301,12 @@ else > netinet_tcph=0 > fi > > +AC_CHECK_DECL(SOL_IP, , , [ ...
