diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-12-09 19:37:58 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-12-09 19:37:58 +0000 |
commit | f79b6dcc1077b371ba8a14fc7419438d0b9e33dd (patch) | |
tree | ebed91f2012c4f39511a72bd7a002a289cba0d96 /configure.in | |
parent | a4ac5b17102888e1fba9eaa4fc6593da5e7a609d (diff) | |
download | emacs-f79b6dcc1077b371ba8a14fc7419438d0b9e33dd.tar.gz |
(*-sunos5*, *-solaris*): Revert previous change -
use again sol2-6 instead of sol2-8.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5a0f928b2ef..9ac861ee64e 100644 --- a/configure.in +++ b/configure.in @@ -943,7 +943,7 @@ case "${canonical}" in RANLIB="ar -ts" ;; *-sunos5* | *-solaris* ) - opsys=sol2-8 + opsys=sol2-6 NON_GNU_CPP=/usr/ccs/lib/cpp ;; * ) opsys=bsd4-2 ;; |