diff --git a/configure b/configure index c56bcce4cc..d77be13f49 100755 --- a/configure +++ b/configure @@ -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