diff options
author | Måns Rullgård <mans@mansr.com> | 2010-09-14 18:55:20 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-09-14 18:55:20 +0000 |
commit | 180ec37dff1e8f59fc4e84a68714abbfe4b5ee64 (patch) | |
tree | bd8a630310ac681f0d103d26f230da8a4a5f3a33 /configure | |
parent | 4a6cc8fa25dcfc8b707635b81161211c8d3395fb (diff) | |
download | ffmpeg-180ec37dff1e8f59fc4e84a68714abbfe4b5ee64.tar.gz |
Update pathscale compiler detection
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then esac done } -elif $cc -v 2>&1 | grep -q PathScale; then +elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then cc_type=pathscale cc_version=__PATHSCALE__ cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :) |