From 35ba45aa326b7978ccbc029ff18a8a93771df144 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 15 Jun 2022 01:16:15 -0500 Subject: [PATCH] Issue #1905 - Part 4a - Change "as" test to "Apple" from "LLVM". This will make this test Mac only, but it should work with any Xcode. --- build/autoconf/toolchain.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/toolchain.m4 b/build/autoconf/toolchain.m4 index 9fc76a3f6e..47f4ec0505 100644 --- a/build/autoconf/toolchain.m4 +++ b/build/autoconf/toolchain.m4 @@ -27,7 +27,7 @@ fi if test "`echo | $AS -o conftest.out -v 2>&1 | grep -c GNU`" != "0"; then GNU_AS=1 fi -if test "`echo | $AS -o conftest.out -v 2>&1 | grep -c LLVM`" != "0"; then +if test "`echo | $AS -o conftest.out -v 2>&1 | grep -c Apple`" != "0"; then GNU_AS=1 fi rm -f conftest.out