From aa87fbdeb1e972f0d46736c1c2bcd7a60adc7e81 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 13 Aug 1995 04:33:08 +0000 Subject: [PATCH] fixed check for ISC --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 961784480..ec0eb19e2 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -259,7 +259,7 @@ if test -n "$UNAMEPROG"; then if test "$OS" = `$UNAMEPROG -n`; then # evil hack for ISC unix (svr4) and SCO if test "`$UNAMEPROG -m`" = "i386"; then - if test -d /usr/admin; then + if test -d /etc/conf/kconfig.d; then OS="isc" else OS="sco"