diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-04 23:21:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-04 23:21:24 +0000 |
commit | 32304ff922e8ac3be4f5b98973d74f07cc7edcbd (patch) | |
tree | 01e0ff82b456f521f511cdb9d5f2de3faeff4820 /configure1.in | |
parent | 3b9ee81953948918c6324d1f2c9c348139594336 (diff) | |
download | emacs-32304ff922e8ac3be4f5b98973d74f07cc7edcbd.tar.gz |
Handle solaris 2.4.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index c0055cc5f60..d44fbb1a252 100755 --- a/configure1.in +++ b/configure1.in @@ -963,6 +963,10 @@ case "${canonical}" in opsys=sol2-3 NON_GNU_CPP=/usr/ccs/lib/cpp ;; + *-sunos5.4* | *-solaris2.4* ) + opsys=sol2-4 + NON_GNU_CPP=/usr/ccs/lib/cpp + ;; *-sunos5* | *-solaris* ) opsys=sol2 NON_GNU_CPP=/usr/ccs/lib/cpp |