Mercurial > emacs
changeset 15822:fd9789979c58
(*-sunos4.1.[3-9]*noshare): Move this before
the more general *-sunos4.1.[3-9]* clause.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Aug 1996 21:28:16 +0000 |
parents | 226952a0de08 |
children | ffc0af16b32a |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Aug 03 21:27:03 1996 +0000 +++ b/configure.in Sat Aug 03 21:28:16 1996 +0000 @@ -708,16 +708,16 @@ ## The Sun386 didn't get past 4.0. i[3456]86-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; - *-sunos4.1.[3-9]* | *-sunos4shr*) - opsys=sunos4shr - NON_GNU_CPP=/usr/lib/cpp - ;; *-sunos4.1.[3-9]*noshare ) opsys=sunos4-1-3 NON_GNU_CPP=/usr/lib/cpp NON_GCC_TEST_OPTIONS=-Bstatic GCC_TEST_OPTIONS=-static ;; + *-sunos4.1.[3-9]* | *-sunos4shr*) + opsys=sunos4shr + NON_GNU_CPP=/usr/lib/cpp + ;; *-sunos4* | *-sunos ) opsys=sunos4-1 NON_GCC_TEST_OPTIONS=-Bstatic