]> git.sesse.net Git - ffmpeg/commit
build: avoid stdin stall with GNU AS probing.
authorClément Bœsch <u@pkh.me>
Fri, 8 Nov 2013 22:55:06 +0000 (23:55 +0100)
committerClément Bœsch <u@pkh.me>
Sat, 9 Nov 2013 11:38:12 +0000 (12:38 +0100)
commitdbb41f93c16cbc65a899a75723c95da51c851cd5
tree0a745e43803c03d73bad4b2d31b97a1e3b1595f4
parenteb7f7b797f0ae76a7cf6db7792365998ee6e9cba
build: avoid stdin stall with GNU AS probing.

a758c5e added probing for various tools, such as AS. Unfortunately, GNU
AS is reading stdin with -v, and thus configure is stalled with
configure arguments such as --as=as.

Fixes Ticket #1898.
configure