sco now is identified by config.guess as *-sco-*

This commit is contained in:
Todd C. Miller
2001-10-05 20:39:05 +00:00
parent 89f2ab84d8
commit 8fb718e7f4

View File

@@ -1398,7 +1398,7 @@ case "$host" in
mansectsu=1m
mansectform=4
;;
*-*-sco*)
*-*-sco*|*-sco-*)
if test "$CHECKSHADOW" = "true"; then
AC_CHECK_LIB(prot, getprpwnam, AC_DEFINE(HAVE_GETPRPWNAM) [SUDO_LIBS="${SUDO_LIBS} -lprot -lx"; LIBS="${LIBS} -lprot -lx"; SECUREWARE=1], , -lx)
AC_CHECK_LIB(gen, getspnam, AC_DEFINE(HAVE_GETSPNAM) [SUDO_LIBS="${SUDO_LIBS} -lgen"; LIBS="${LIBS} -lgen"])