diff options
| author | Richard M. Stallman | 1997-06-22 19:26:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-22 19:26:41 +0000 |
| commit | 7bc157f4d5695b22f14728c0cf7b91730001708b (patch) | |
| tree | 40df5f12efe71e38247efd97f876b84615ef4d0c | |
| parent | 423ef6e82051910c159985d282c35517fa1adcd5 (diff) | |
| download | emacs-7bc157f4d5695b22f14728c0cf7b91730001708b.tar.gz emacs-7bc157f4d5695b22f14728c0cf7b91730001708b.zip | |
Fix previous change.
| -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 | |||
| 715 | machine=news-risc opsys=bsd4-3 | 715 | machine=news-risc opsys=bsd4-3 |
| 716 | ;; | 716 | ;; |
| 717 | mips-sony-newsos6* ) | 717 | mips-sony-newsos6* ) |
| 718 | machine=news-risc opsys=newsos6 | 718 | machine=news-risc6 opsys=newsos6 |
| 719 | ;; | 719 | ;; |
| 720 | mips-sony-news* ) | 720 | mips-sony-news* ) |
| 721 | machine=news-risc opsys=newsos5 | 721 | machine=news-risc opsys=newsos5 |