You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@locus.apache.org on 2000/12/13 12:09:50 UTC

cvs commit: apr/shmem/unix/mm aclocal.m4

dreid       00/12/13 03:09:49

  Modified:    shmem/unix/mm aclocal.m4
  Log:
  We need to define this correctly or it's never set and we don't set
  the correct values.  This caused the tests to fail on BeOS and maybe
  other systems as well.
  
  Revision  Changes    Path
  1.8       +1 -1      apr/shmem/unix/mm/aclocal.m4
  
  Index: aclocal.m4
  ===================================================================
  RCS file: /home/cvs/apr/shmem/unix/mm/aclocal.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- aclocal.m4	2000/10/05 04:41:46	1.7
  +++ aclocal.m4	2000/12/13 11:09:46	1.8
  @@ -395,7 +395,7 @@
       ac_cv_maxsegsize=0
       msg=unknown
   fi
  -MM_SHM_SEGSIZE=$ac_cv_maxsegsize
  +MM_SHM_MAXSEGSIZE=$ac_cv_maxsegsize
   test ".$msg" = .unknown && AC_MSG_ERROR([Unable to determine maximum shared memory segment size])
   AC_MSG_RESULT([$msg])
   AC_DEFINE_UNQUOTED(MM_SHM_MAXSEGSIZE, $MM_SHM_MAXSEGSIZE)
  
  
  

Re: cvs commit: apr/shmem/unix/mm aclocal.m4

Posted by Jeff Trawick <tr...@bellsouth.net>.
"David Reid" <dr...@jetnet.co.uk> writes:

> Yeah, and he denied all knowledge of the piece of code affected :)  Hence I
> submitted the fix!

c00l... I guess that was in the temporary patch from Ryan...

-- 
Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: cvs commit: apr/shmem/unix/mm aclocal.m4

Posted by David Reid <dr...@jetnet.co.uk>.
Yeah, and he denied all knowledge of the piece of code affected :)  Hence I
submitted the fix!

david
----- Original Message -----
From: "Jeff Trawick" <tr...@bellsouth.net>
To: <de...@apr.apache.org>
Sent: Wednesday, December 13, 2000 12:54 PM
Subject: Re: cvs commit: apr/shmem/unix/mm aclocal.m4


> dreid@locus.apache.org writes:
>
> > dreid       00/12/13 03:09:49
> >
> >   Modified:    shmem/unix/mm aclocal.m4
> >   Log:
> >   We need to define this correctly or it's never set and we don't set
> >   the correct values.  This caused the tests to fail on BeOS and maybe
> >   other systems as well.
>
> Sent to rse, right?
>
> --
> Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site:
>        http://www.geocities.com/SiliconValley/Park/9289/
>              Born in Roswell... married an alien...
>



Re: cvs commit: apr/shmem/unix/mm aclocal.m4

Posted by Jeff Trawick <tr...@bellsouth.net>.
dreid@locus.apache.org writes:

> dreid       00/12/13 03:09:49
> 
>   Modified:    shmem/unix/mm aclocal.m4
>   Log:
>   We need to define this correctly or it's never set and we don't set
>   the correct values.  This caused the tests to fail on BeOS and maybe
>   other systems as well.

Sent to rse, right?

-- 
Jeff Trawick | trawickj@bellsouth.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...