diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-16 01:01:40 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-16 01:01:40 +0200 |
commit | 08235708d84aa611795ad9786e469e68d7f9af81 (patch) | |
tree | 878b41f377cebcd764c1f0007b86b17c7d4fefb2 /configure | |
parent | 02bffc560f5ee91afa62b6c1a1a7012efc161734 (diff) | |
download | ffmpeg-08235708d84aa611795ad9786e469e68d7f9af81.tar.gz |
Do not suggest to use gas-preprocessor on aix where it doesn't work.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4281,7 +4281,7 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian if enabled asm && ! enabled_any ppc64 pic; then enabled arm && nogas=die - enabled_all ppc altivec && nogas=warn + enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn as=${gas:=$as} check_as <<EOF && enable gnu_as || \ $nogas "GNU assembler not found, install gas-preprocessor" |