diff options
| author | Richard M. Stallman | 1994-05-24 04:05:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-24 04:05:17 +0000 |
| commit | 1df16e382080b46408162f61a16fafc06be52a42 (patch) | |
| tree | b244e2d2d445955fb4d55cffad22d2ee762d879e | |
| parent | 68eabf10ac6043328d82f2082d0634c63edaa658 (diff) | |
| download | emacs-1df16e382080b46408162f61a16fafc06be52a42.tar.gz emacs-1df16e382080b46408162f61a16fafc06be52a42.zip | |
(i[34]86-next-*): New alternative.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 0620b1fab5b..3144bdd3241 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -828,7 +828,7 @@ case "${canonical}" in | |||
| 828 | ;; | 828 | ;; |
| 829 | 829 | ||
| 830 | ## NeXT | 830 | ## NeXT |
| 831 | m68*-next-* ) | 831 | m68*-next-* | i[34]86-next-* ) |
| 832 | machine=next opsys=mach2 | 832 | machine=next opsys=mach2 |
| 833 | ;; | 833 | ;; |
| 834 | 834 | ||