diff --git a/configure b/configure
index 561284376b67d6fbf5e0c1abfa2e945ec9e8f072..f28120e93999d0749d72d65e97ab0f61012fd164 100755
--- a/configure
+++ b/configure
@@ -2244,7 +2244,7 @@ EOF
 check_cc <<EOF || die "endian test failed"
 unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
 EOF
-od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
+od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
 
 if enabled alpha; then