From: Richard M. Stallman Date: Mon, 9 Jun 1997 04:56:02 +0000 (+0000) Subject: Use i?86, not i.86. X-Git-Tag: emacs-20.1~1773 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=421a590c24b1371bfbe07a4a789fbebfe40718f9;p=emacs.git Use i?86, not i.86. --- diff --git a/config.guess b/config.guess index 11ad2122965..e4a7284b904 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; ;; *)