From: Todd C. Miller Date: Tue, 24 May 1994 20:27:46 +0000 (+0000) Subject: solaris now defines SVR4 X-Git-Tag: SUDO_1_3_1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd6ad42ffe30ef2cf794140f2b7ee513313ecf4b;p=sudo solaris now defines SVR4 --- diff --git a/aclocal.m4 b/aclocal.m4 index d997e68fd..63ef4f20a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -186,7 +186,7 @@ if test -n "$UNAMEPROG"; then if test "`$UNAMEPROG -s`" = "SunOS"; then SUNOS="`uname -r | cut -c1`" if test "$SUNOS" -ge 5; then - : + AC_DEFINE(SVR4) [$1] else :