From: Markus Rost Date: Mon, 9 Dec 2002 19:37:58 +0000 (+0000) Subject: (*-sunos5*, *-solaris*): Revert previous change - X-Git-Tag: ttn-vms-21-2-B4~12069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f79b6dcc1077b371ba8a14fc7419438d0b9e33dd;p=emacs.git (*-sunos5*, *-solaris*): Revert previous change - use again sol2-6 instead of sol2-8. --- 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 ;;