summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-03 21:28:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-03 21:28:16 +0000
commit238522532b8f8882f2fbf48062bf9b90ec2db3c6 (patch)
treed350bc59db01332a187e3ef081ebc7ba75dfd480 /configure.in
parent6e9f04546b56e6d0bd2817feba414ccad6597abb (diff)
downloademacs-238522532b8f8882f2fbf48062bf9b90ec2db3c6.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.in8
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