From a0545c32816fec1a1f8ee98c81524cd95f6f4bf8 Mon Sep 17 00:00:00 2001 From: attila Date: Fri, 14 Jan 2005 09:55:36 +0000 Subject: [PATCH] 10l useless use of test git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14495 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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