diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-04-29 05:49:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-04-29 05:49:04 +0000 |
commit | 7e04044f4395f1adac89cc02262c6dadc0ea9411 (patch) | |
tree | 026b636545952e4381b10f44903b5c4920fc03e3 /configure.in | |
parent | c667ca30df0c555db740c75336182dcfb5aef5ee (diff) | |
download | emacs-7e04044f4395f1adac89cc02262c6dadc0ea9411.tar.gz |
(*-sun-sunos4.1.3*): Use sunos4shr.h.
Diffstat (limited to 'configure.in')
-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 ## The Sun386 didn't get past 4.0. i[345]86-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; - *-sunos4.1.3* ) opsys=sunos4-1-3 - NON_GNU_CPP=/usr/lib/cpp - ;; - *-sunos4shr* ) opsys=sunos4shr + *-sunos4.1.3* | *-sunos4shr* ) opsys=sunos4shr NON_GNU_CPP=/usr/lib/cpp ;; *-sunos4* | *-sunos ) opsys=sunos4-1 |