summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index edd18762e5..3b82e370b3 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 -a $TMPO | grep -q BIGE && enable bigendian
+grep -q BIGE $TMPO && enable bigendian
# ---
# check availability of some header files