Commit 3787495e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ab0742d2'

* commit 'ab0742d2':
  configure: Suggest upgrading gas-preprocessor instead of just installing
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7e4e45d2 ab0742d2
......@@ -4385,7 +4385,7 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
if ! check_gas ; then
as=${gas:=$as}
check_gas || \
$nogas "GNU assembler not found, install gas-preprocessor"
$nogas "GNU assembler not found, install/update gas-preprocessor"
fi
check_as <<EOF && enable as_func
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment