use POSIX "strings -a" rather than "strings -"
Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0828e47642
commit
7e7f5c7bf6
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user