[PATCH] build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE
From: Fabrice Fontaine <fontaine.fabrice_at_gmail.com>
Date: Sun, 30 Aug 2020 16:50:59 +0200
The SVN_LIB_MACHO_ITERATE macro contains an AC_RUN_IFELSE test that
Signed-off-by: Thomas Petazzoni <thomas.petazzoni_at_bootlin.com>
--- build/ac-macros/macosx.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ac-macros/macosx.m4 b/build/ac-macros/macosx.m4 index 92fa58e0bc..31acfd9dd6 100644 --- a/build/ac-macros/macosx.m4 +++ b/build/ac-macros/macosx.m4 @@ -24,7 +24,7 @@ dnl Check for _dyld_image_name and _dyld_image_header availability AC_DEFUN(SVN_LIB_MACHO_ITERATE, [ AC_MSG_CHECKING([for Mach-O dynamic module iteration functions]) - AC_RUN_IFELSE([AC_LANG_PROGRAM([[ + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <mach-o/dyld.h> #include <mach-o/loader.h> ]],[[ -- 2.28.0Received on 2020-08-30 16:59:00 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.