diff options
| author | Richard M. Stallman | 1997-06-09 04:56:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-09 04:56:02 +0000 |
| commit | 421a590c24b1371bfbe07a4a789fbebfe40718f9 (patch) | |
| tree | e2cfc12698117ea3fd1f5c0aa038f118a3267738 | |
| parent | 726e270f85d51328aeb2c91f393a2528432de06d (diff) | |
| download | emacs-421a590c24b1371bfbe07a4a789fbebfe40718f9.tar.gz emacs-421a590c24b1371bfbe07a4a789fbebfe40718f9.zip | |
Use i?86, not i.86.
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 11ad2122965..e4a7284b904 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -472,7 +472,7 @@ EOF | |||
| 472 | test ! -d /usr/lib/ldscripts/. \ | 472 | test ! -d /usr/lib/ldscripts/. \ |
| 473 | && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 | 473 | && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 |
| 474 | case "${UNAME_MACHINE}" in | 474 | case "${UNAME_MACHINE}" in |
| 475 | i.86) | 475 | i?86) |
| 476 | VENDOR=pc; | 476 | VENDOR=pc; |
| 477 | ;; | 477 | ;; |
| 478 | *) | 478 | *) |