diff configure @ 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 62614fd2336a
children 0ecfc730dda3
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