[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Make Mach-O autoconf Check Cacheable Variable

From: Ben Hekster <ben_at_hekster.org>
Date: Wed, 29 Aug 2018 22:27:38 -0700

[[[
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.
]]]

Received on 2018-08-30 07:37:33 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.