aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-06-20 21:44:21 +0000
committerKarl Heuer <[email protected]>1998-06-20 21:44:21 +0000
commit348e3a084155fe949559245be99df9fe6f8184a2 (patch)
treee6a2a1bb89f6d6e539845a549fd8e24f28178938
parent7a914d3e79134444817aa552d707f9e286b2c26d (diff)
Assume unspecified Solaris is 2.5, not 2.4.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0196170f8f..484839b46d 100644
--- a/configure.in
+++ b/configure.in
@@ -823,7 +823,7 @@ case "${canonical}" in
RANLIB="ar -ts"
;;
*-sunos5* | *-solaris* )
- opsys=sol2-4
+ opsys=sol2-5
NON_GNU_CPP=/usr/ccs/lib/cpp
;;
* ) opsys=bsd4-2 ;;