You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@apache.org> on 2018/09/10 11:15:12 UTC

Re: [PATCH] Make Mach-O autoconf Check Cacheable Variable

Just pinging...

Ben Hekster wrote on 2018-08-30:
> [[[
> Make the Mach-O check an autoconf cacheable variable
> * build/ac-macros/macosx.m4
>    (SVN_LIB_MACHO_ITERATE): Wrapped the m4 macro inside an AC_CACHE_CHECK;
> this allows
>    the result of the check to passed 'configure' explicitly, eliminating the
> need to compile and run
>    a test program.  This is necessary when cross-compiling to a different
> architecture because
>    the test program is also cross-compiled and won't run in the host
> environment.
> ]]]
> 
> Email had 1 attachment:
> + subversion-mach-O.PATCH

Can anyone test it, at least test that it doesn't break a non-cross-compiling build, or comment on whether this is safe to commit? It sounds plausible to me but I can't test it.

- Julian