changeset 14469:abca9b79adc8

sun grep doesn't like binary files, thus the compiled file has to be passed trough strings first.
author attila
date Wed, 12 Jan 2005 10:01:04 +0000
parents 05518b274cdf
children 0db5d481d31b
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jan 12 09:54:56 2005 +0000
+++ b/configure	Wed Jan 12 10:01:04 2005 +0000
@@ -6197,7 +6197,7 @@
 } 
 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