Merge commit '7b06ddb8352fe7f434414d7911ced94956bb25b2'

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

Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/76/merge
Michael Niedermayer 11 years ago
commit 383d8ddf29
  1. 4
      configure

4
configure vendored

@ -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

Loading…
Cancel
Save