From 47e168ce1980ebe6e1f94e16bc7fda7b9f006a5e Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 12 Jan 2005 10:01:04 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3