summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-10 19:53:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-10 20:31:14 +0200
commit3787495e1f2c2e2de333cf452021822c2655c8d0 (patch)
tree209d2e7202b7a331db1ba7a1443b75cd2eef2e29 /configure
parent7e4e45d227e13972209fad39fc1bff9eddbdd905 (diff)
parentab0742d2f34d70415620441b7ed7da2f03a0c14f (diff)
Merge commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f'
* commit 'ab0742d2f34d70415620441b7ed7da2f03a0c14f': configure: Suggest upgrading gas-preprocessor instead of just installing Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 39873fe1c5..bc27fb09fe 100755
--- a/configure
+++ b/configure
@@ -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