diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 19:26:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 19:26:41 +0000 |
commit | 7bc157f4d5695b22f14728c0cf7b91730001708b (patch) | |
tree | 40df5f12efe71e38247efd97f876b84615ef4d0c /configure.in | |
parent | 423ef6e82051910c159985d282c35517fa1adcd5 (diff) | |
download | emacs-7bc157f4d5695b22f14728c0cf7b91730001708b.tar.gz |
Fix previous change.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7105a0dc01b..585b2acdc94 100644 --- a/configure.in +++ b/configure.in @@ -715,7 +715,7 @@ case "${canonical}" in machine=news-risc opsys=bsd4-3 ;; mips-sony-newsos6* ) - machine=news-risc opsys=newsos6 + machine=news-risc6 opsys=newsos6 ;; mips-sony-news* ) machine=news-risc opsys=newsos5 |