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

2018-09-10 Thread Julian Foad
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, elim

[PATCH] Make Mach-O autoconf Check Cacheable Variable

2018-08-29 Thread Ben Hekster
[[[ 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 i