summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/autoconf/toolchain.m42
1 files changed, 1 insertions, 1 deletions
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