summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 06:41:51 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-18 06:41:51 +0000
commitf435bd1eebcd80384ff30c84859d2cdc69da49c6 (patch)
treee81efc9cbcf2f6462fd014ffefe2183ca9d0497c /configure.in
parente4caa91aba2cc47fdd253c92c6726aa492dd96ab (diff)
(*-sunos5*, *-solaris*): New configuration.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 84a332b080..4967df7e70 100644
--- a/configure.in
+++ b/configure.in
@@ -958,7 +958,7 @@ case "${canonical}" in
RANLIB="ar -ts"
;;
*-sunos5* | *-solaris* )
- opsys=sol2-6
+ opsys=sol2-8
NON_GNU_CPP=/usr/ccs/lib/cpp
;;
* ) opsys=bsd4-2 ;;