summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-07-28 23:37:45 +0000
committerUlrich Drepper <drepper@redhat.com>1997-07-28 23:37:45 +0000
commit45c2d7474281aed38ce299ef158e5598a38b6655 (patch)
treeed899042d1add63fbbaf45d048b9233c2081e10a
parentafc75e7a24c516f6a8395f4d3d746a13c4b13b90 (diff)
downloademacs-libc-970801.tar.gz
update from main archive 970728libc-970801libc-970731libc-970730libc-970729
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 81b905ac82a..ee2742b9e0a 100755
--- a/config.guess
+++ b/config.guess
@@ -160,7 +160,7 @@ EOF
sun*:*:4.2BSD:*)
UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
- case "`/bin/arch" in
+ case "`/bin/arch`" in
sun3)
echo m68k-sun-sunos${UNAME_RELEASE}
;;