summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26ea2300d5..924fd468da 100755
--- a/configure
+++ b/configure
@@ -3778,7 +3778,7 @@ EOF
}
if enabled asm; then
- enabled arm aarch64 && nogas=die
+ enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn
if ! check_gas ; then