diff options
| author | Richard M. Stallman | 1993-05-26 17:43:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-26 17:43:22 +0000 |
| commit | 7498a8713cb642ea8b366624bf6f691e37127e72 (patch) | |
| tree | d62c77b871938c8d93f7ae8a8cbd4c4a5e0d1327 | |
| parent | 7fed2f52f1cb50ce59f529d41f740253f447aed2 (diff) | |
| download | emacs-7498a8713cb642ea8b366624bf6f691e37127e72.tar.gz emacs-7498a8713cb642ea8b366624bf6f691e37127e72.zip | |
Handle sunos4.1.3 specially.
| -rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 5087e86ce6d..af9ed64e4a4 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -725,6 +725,7 @@ case "${configuration}" in | |||
| 725 | esac | 725 | esac |
| 726 | case "${configuration}" in | 726 | case "${configuration}" in |
| 727 | *-sunos4.0* ) opsys=sunos4-0 ;; | 727 | *-sunos4.0* ) opsys=sunos4-0 ;; |
| 728 | *-sunos4.1.3* ) opsys=sunos4-1-3 ;; | ||
| 728 | *-sunos4* | *-sunos ) opsys=sunos4-1 ;; | 729 | *-sunos4* | *-sunos ) opsys=sunos4-1 ;; |
| 729 | *-sunos5* | *-solaris* ) opsys=sol2 ;; | 730 | *-sunos5* | *-solaris* ) opsys=sol2 ;; |
| 730 | * ) opsys=bsd4-2 ;; | 731 | * ) opsys=bsd4-2 ;; |