You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Aaron Bannert <aa...@clove.org> on 2002/06/14 03:31:19 UTC

Re: cvs commit: apr configure.in CHANGES

On Fri, Jun 14, 2002 at 01:24:02AM -0000, aaron@apache.org wrote:
> aaron       2002/06/13 18:24:02
> 
>   Modified:    .        configure.in CHANGES
>   Log:
>   Removed --disable-atomics flag and added --enable-nonportable-atomics,
>   thereby defaulting to portable binaries on those systems that could
>   be optimized at the expense of portability.

Just a note on this commit: The old behavior, the creation of architecture-
optimized but non-portable binaries [on Solaris] can be achieved by
specifying --enable-nonportable-atomics to configure. This seems to
be a good compromise between all-out removal of the atomics code,
and having to deal with binaries that are not forward compatible
on certain operating systems based on simply OS revision number.

-aaron