diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-01 17:12:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-01 17:12:22 +0000 |
commit | 624e2ec38c363b960ea4c09abdc5cb1179e8fe2b (patch) | |
tree | 5db95d40426935f818be7311f478564d705fd0e9 /configure1.in | |
parent | 900162957bccf93008c8b4d70888eae056f208fa (diff) | |
download | emacs-624e2ec38c363b960ea4c09abdc5cb1179e8fe2b.tar.gz |
(m68*-next-*): Don't care about which os is specified.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index bc5c3e8b3a3..7da57e146d3 100755 --- a/configure1.in +++ b/configure1.in @@ -771,7 +771,7 @@ case "${canonical}" in ;; ## NeXT - m68*-next-mach* | m68*-next-bsd* ) + m68*-next-* ) machine=next opsys=mach2 ;; |