diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-21 21:56:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-21 21:56:37 +0000 |
commit | 2ed48bf13c009b4ad61ab2e4d441a09f029c5986 (patch) | |
tree | 01ed5128455b73ac7197a4ce4ee71ad109a7a6b6 /configure1.in | |
parent | 4b50cf1d8756257e434df0a4d940fe68a096a483 (diff) | |
download | emacs-2ed48bf13c009b4ad61ab2e4d441a09f029c5986.tar.gz |
(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): riscix.h renamed to acorn.h.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure1.in b/configure1.in index e746ac5e4ba..bb22a27f3c6 100755 --- a/configure1.in +++ b/configure1.in @@ -500,10 +500,10 @@ case "${canonical}" in ## Acorn RISCiX: arm-acorn-riscix1.1* ) - machine=riscix opsys=riscix1-1 + machine=acorn opsys=riscix1-1 ;; arm-acorn-riscix1.2* | arm-acorn-riscix ) - machine=riscix opsys=riscix1-2 + machine=acorn opsys=riscix1-2 ;; ## Alliant machines |