diff options
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 ;; |