summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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