blob: bdd521582373e87a3cdc16f336ea05705c1d5906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.old 2003-02-18 09:15:31.000000000 +1000
+++ configure 2003-02-18 09:15:59.000000000 +1000
@@ -18392,7 +18392,7 @@
got[12] == "000" && \
got[13] == "000" && \
got[14] == "000" && \
- got[15] == "124")
+ (got[15] == "124" || got[15] == "000"))
{
print "IEEE little endian, swapped halves"
found = 1
|