aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-09 04:56:02 +0000
committerRichard M. Stallman1997-06-09 04:56:02 +0000
commit421a590c24b1371bfbe07a4a789fbebfe40718f9 (patch)
treee2cfc12698117ea3fd1f5c0aa038f118a3267738
parent726e270f85d51328aeb2c91f393a2528432de06d (diff)
downloademacs-421a590c24b1371bfbe07a4a789fbebfe40718f9.tar.gz
emacs-421a590c24b1371bfbe07a4a789fbebfe40718f9.zip
Use i?86, not i.86.
-rwxr-xr-xconfig.guess2
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 *)