Mercurial > mplayer.hg
diff configure @ 14494:0ecfc730dda3
10l
useless use of test
author | attila |
---|---|
date | Fri, 14 Jan 2005 09:55:36 +0000 |
parents | abca9b79adc8 |
children | cb86e69fe7a3 |
line wrap: on
line diff
--- a/configure Fri Jan 14 00:36:05 2005 +0000 +++ b/configure Fri Jan 14 09:55:36 2005 +0000 @@ -6197,7 +6197,7 @@ } EOF if cc_check ; then - if test `strings $TMPO | grep -l MPlayerBigEndian` ; then + if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then _big_endian=yes else _big_endian=no