diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-03 21:28:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-03 21:28:16 +0000 |
commit | 3e23af407de94b3cb16b2eb1aae81a4ef33124f9 (patch) | |
tree | 41b99d0ad3528287cae5c2f79658cc89ebdfbdfc /configure.in | |
parent | 53c63926338489b98e1569b04cbc56628961463a (diff) | |
download | emacs-3e23af407de94b3cb16b2eb1aae81a4ef33124f9.tar.gz |
(*-sunos4.1.[3-9]*noshare): Move this before
the more general *-sunos4.1.[3-9]* clause.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 2971b9adb74..17832a3071a 100644 --- a/configure.in +++ b/configure.in @@ -708,16 +708,16 @@ case "${canonical}" in ## 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 |