sun grep doesn't like binary files, thus the compiled file

has to be passed trough strings first.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2005-01-12 10:01:04 +00:00
parent e71314fcc9
commit 47e168ce19
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 `grep -l MPlayerBigEndian $TMPO` ; then
if test `strings $TMPO | grep -l MPlayerBigEndian` ; then
_big_endian=yes
else
_big_endian=no