summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-14 09:55:36 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-14 09:55:36 +0000
commita0545c32816fec1a1f8ee98c81524cd95f6f4bf8 (patch)
tree23f8aee4d97c8e0d55e51859ed8193d0127037dd /configure
parent6e5fb8b2619e6918c3aad8810087ccc264e8d217 (diff)
downloadmpv-a0545c32816fec1a1f8ee98c81524cd95f6f4bf8.tar.bz2
mpv-a0545c32816fec1a1f8ee98c81524cd95f6f4bf8.tar.xz
10l
useless use of test git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14495 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d77be13f49..14c24081ba 100755
--- a/configure
+++ b/configure
@@ -6197,7 +6197,7 @@ int main(){
}
EOF
if cc_check ; then
- if test `strings $TMPO | grep -l MPlayerBigEndian` ; then
+ if strings $TMPO | grep -l MPlayerBigEndian >/dev/null ; then
_big_endian=yes
else
_big_endian=no