changeset 3024:69f67c3e6f81

* configure.in: For generic IBM PC boxes, insist on "unknown" for the manufacturer - the more general case was blocking other i386 configuration names below, and that's how the names are written in MACHINES anyway.
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 17:43:47 +0000
parents cfd999700613
children d09f68ccd145
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Mon May 24 17:13:24 1993 +0000
+++ b/configure1.in	Mon May 24 17:43:47 1993 +0000
@@ -567,7 +567,7 @@
     machine=is386 opsys=usg5-2-2
   ;;
   ## Intel 386 machines where we don't care about the manufacturer
-  i[34]86-* )
+  i[34]86-unknown-* )
     machine=intel386
     case "${configuration}" in
       *-isc1.* | *-isc2.[01]* )	opsys=386-ix ;;