+1 for it being included... This is how Apache 1.3 does it as well, so the risk should be pretty small :)
At 11:17 AM -0800 2/7/02, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: >Yep.. The patch works (should be surprised if it doesn't).. Will it be >checked-in ???.. > >Index: configure.in >=================================================================== >RCS file: /home/cvs/apr/configure.in,v >retrieving revision 1.404 >diff -u -u -r1.404 configure.in >--- configure.in 5 Feb 2002 14:39:45 -0000 1.404 >+++ configure.in 7 Feb 2002 18:47:44 -0000 >@@ -531,6 +531,9 @@ > APR_DECISION_OVERRIDE(USE_SHMEM_MMAP_ZERO >USE_SHMEM_SHMGET_ANON) > fi > ;; >+ *hpux11* ) >+ APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET_ANON) >+ ;; > esac > APR_END_DECISION > AC_DEFINE_UNQUOTED($ac_decision) > >-aaron -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
