summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-09-14 18:55:20 +0000
committerMåns Rullgård <mans@mansr.com>2010-09-14 18:55:20 +0000
commit180ec37dff1e8f59fc4e84a68714abbfe4b5ee64 (patch)
treebd8a630310ac681f0d103d26f230da8a4a5f3a33 /configure
parent4a6cc8fa25dcfc8b707635b81161211c8d3395fb (diff)
Update pathscale compiler detection
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 26db167bd5..d15be7019c 100755
--- a/configure
+++ b/configure
@@ -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 :)