diff options
| author | Richard M. Stallman | 1995-04-29 05:49:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-29 05:49:04 +0000 |
| commit | 7e04044f4395f1adac89cc02262c6dadc0ea9411 (patch) | |
| tree | 026b636545952e4381b10f44903b5c4920fc03e3 | |
| parent | c667ca30df0c555db740c75336182dcfb5aef5ee (diff) | |
| download | emacs-7e04044f4395f1adac89cc02262c6dadc0ea9411.tar.gz emacs-7e04044f4395f1adac89cc02262c6dadc0ea9411.zip | |
(*-sun-sunos4.1.3*): Use sunos4shr.h.
| -rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 5757816f6b6..c7a961a8c22 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -647,10 +647,7 @@ case "${canonical}" in | |||
| 647 | ## The Sun386 didn't get past 4.0. | 647 | ## The Sun386 didn't get past 4.0. |
| 648 | i[345]86-*-sunos4 ) opsys=sunos4-0 ;; | 648 | i[345]86-*-sunos4 ) opsys=sunos4-0 ;; |
| 649 | *-sunos4.0* ) opsys=sunos4-0 ;; | 649 | *-sunos4.0* ) opsys=sunos4-0 ;; |
| 650 | *-sunos4.1.3* ) opsys=sunos4-1-3 | 650 | *-sunos4.1.3* | *-sunos4shr* ) opsys=sunos4shr |
| 651 | NON_GNU_CPP=/usr/lib/cpp | ||
| 652 | ;; | ||
| 653 | *-sunos4shr* ) opsys=sunos4shr | ||
| 654 | NON_GNU_CPP=/usr/lib/cpp | 651 | NON_GNU_CPP=/usr/lib/cpp |
| 655 | ;; | 652 | ;; |
| 656 | *-sunos4* | *-sunos ) opsys=sunos4-1 | 653 | *-sunos4* | *-sunos ) opsys=sunos4-1 |