comparison configure @ 14494:0ecfc730dda3

10l useless use of test
author attila
date Fri, 14 Jan 2005 09:55:36 +0000
parents abca9b79adc8
children cb86e69fe7a3
comparison
equal deleted inserted replaced
14493:3cd0d9d3641e 14494:0ecfc730dda3
6195 char* s = (char*)ascii_name; 6195 char* s = (char*)ascii_name;
6196 return 0; 6196 return 0;
6197 } 6197 }
6198 EOF 6198 EOF
6199 if cc_check ; then 6199 if cc_check ; then
6200 if test `strings $TMPO | grep -l MPlayerBigEndian` ; then 6200 if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then
6201 _big_endian=yes 6201 _big_endian=yes
6202 else 6202 else
6203 _big_endian=no 6203 _big_endian=no
6204 fi 6204 fi
6205 else 6205 else