Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2'

* commit '7b06ddb8352fe7f434414d7911ced94956bb25b2':
  configure: use .altmacro for gnu as check on arm

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-06-09 16:47:59 +02:00
commit 383d8ddf29
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -4284,6 +4284,10 @@ if enabled asm; then
\n: .int 0
.endm
m x
EOF
check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
.altmacro
EOF
check_as <<EOF && enable as_func