From: Todd C. Miller Date: Thu, 17 Nov 2016 15:09:06 +0000 (-0700) Subject: SunOS 4.x is no longer supported X-Git-Tag: SUDO_1_8_19^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3373f03bee9e89106e352c4630e3204d36af740;p=sudo SunOS 4.x is no longer supported --- diff --git a/INSTALL b/INSTALL index f1267e944..fc24ca873 100644 --- a/INSTALL +++ b/INSTALL @@ -893,11 +893,3 @@ Solaris: on Solaris 11 and higher and is distributed on the Solaris Companion CD for older Solaris releases. You can also download gcc packages from http://www.opencsw.org/packages/CSWgcc4core/ - -SunOS 4.x: - SunOS does not ship with an ANSI C compiler. You will need to - install an ANSI compiler such as gcc to build sudo. - - The /bin/sh shipped with SunOS blows up while running configure. - You can work around this by installing bash or zsh. If you - have bash or zsh in your path, configure will use it automatically.