fixed check for ISC

This commit is contained in:
Todd C. Miller
1995-08-13 04:33:08 +00:00
parent f82ab3e8c0
commit aa87fbdeb1

2
aclocal.m4 vendored
View File

@@ -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"