diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-08-14 05:32:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-08-14 05:32:25 +0000 |
commit | 342077745eb5805e7f281d1e681f2305606f05e2 (patch) | |
tree | 5575c6693050c796b113860fb27c25ffcc06b27b /configure1.in | |
parent | e050ef745ec923e375d790c9355e79d9a86c1966 (diff) | |
download | emacs-342077745eb5805e7f281d1e681f2305606f05e2.tar.gz |
(i386-*-sunos4): Assume Sunos 4.0.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 4b7c640c606..ce47cd058e2 100755 --- a/configure1.in +++ b/configure1.in @@ -805,6 +805,8 @@ case "${canonical}" in * ) unported=true ;; esac case "${canonical}" in + ## The Sun386 didn't get past 4.0. + i386-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; *-sunos4.1.3* ) opsys=sunos4-1-3 ;; *-sunos4* | *-sunos ) opsys=sunos4-1 ;; |