useless use of test


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2005-01-14 09:55:36 +00:00
parent 6e5fb8b261
commit a0545c3281
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -6197,7 +6197,7 @@ int main(){
}
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