From 7e7f5c7bf6ba6019a2e2a3cbb12096d0d4ef5d59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sun, 26 Aug 2007 09:11:22 +0000
Subject: [PATCH] use POSIX "strings -a" rather than "strings -"

Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index c584694761a..e244e4899a5 100755
--- a/configure
+++ b/configure
@@ -1508,7 +1508,7 @@ EOF
 check_cc <<EOF || die "endian test failed"
 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
 EOF
-strings - $TMPO | grep -q BIGE && enable bigendian
+strings -a $TMPO | grep -q BIGE && enable bigendian
 
 # ---
 # check availability of some header files
-- 
GitLab