summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-24 17:43:47 +0000
committerJim Blandy <jimb@redhat.com>1993-05-24 17:43:47 +0000
commit74f5e8cf5cd0c07c3fa55d4e4babf0ec1927273b (patch)
tree54182861ccac247be73f32e253c3f1da0bdc5361 /configure1.in
parente144aacadf7e5baab068a33645e06acf02ef27f0 (diff)
downloademacs-74f5e8cf5cd0c07c3fa55d4e4babf0ec1927273b.tar.gz
* 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.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 3361505bc40..ccbed19df83 100755
--- a/configure1.in
+++ b/configure1.in
@@ -567,7 +567,7 @@ case "${configuration}" in
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 ;;