Module: libav Branch: master Commit: b2d688ea9f9c2d37cdabc1e32b25f2a898e1e245
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Feb 25 17:05:22 2013 +0100 configure: Identify icc compiler with a less ambiguous pattern --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 52cebb7..df1a01c 100755 --- a/configure +++ b/configure @@ -2364,7 +2364,7 @@ probe_cc(){ fi _cflags_speed='-O3' _cflags_size='-Os' - elif $_cc --version 2>/dev/null | grep -q Intel; then + elif $_cc --version 2>/dev/null | grep -q ^icc; then _type=icc _ident=$($_cc --version | head -n1) _depflags='-MMD' _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
