From: Karl Heuer Date: Sat, 20 Jun 1998 21:44:21 +0000 (+0000) Subject: Assume unspecified Solaris is 2.5, not 2.4. X-Git-Tag: emacs-20.3~552 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=348e3a084155fe949559245be99df9fe6f8184a2;p=emacs.git Assume unspecified Solaris is 2.5, not 2.4. --- diff --git a/configure.in b/configure.in index 0196170f8fa..484839b46d3 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 ;;