From 771c2139b005e39c9953f338ad7ed1cf1580956c Mon Sep 17 00:00:00 2001
From: "Richard M. Stallman" <rms@gnu.org>
Date: Mon, 9 Jun 1997 04:56:02 +0000
Subject: [PATCH] Use i?86, not i.86.

---
 config.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.guess b/config.guess
index 11ad2122..e4a7284b 100755
--- a/config.guess
+++ b/config.guess
@@ -472,7 +472,7 @@ EOF
 	  test ! -d /usr/lib/ldscripts/. \
 	    && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
 	  case "${UNAME_MACHINE}" in
-	  i.86)
+	  i?86)
 	    VENDOR=pc;
 	    ;;
 	  *)