fix two pastos

This commit is contained in:
Todd C. Miller
1998-10-22 00:35:32 +00:00
parent 23ede59eac
commit ce733cd8f7

View File

@@ -788,7 +788,7 @@ dnl Options for --enable
dnl dnl
AC_MSG_CHECKING(whether to disable shadow password support) AC_MSG_CHECKING(whether to disable shadow password support)
AC_ARG_ENABLE(tgetpass, AC_ARG_ENABLE(shadow,
[ --disable-shadow Never use shadow passwords], [ --disable-shadow Never use shadow passwords],
[ case "$enableval" in [ case "$enableval" in
yes) AC_MSG_RESULT(no) yes) AC_MSG_RESULT(no)
@@ -1078,7 +1078,6 @@ case "$host" in
if test "$CHECKSHADOW" = "true"; then if test "$CHECKSHADOW" = "true"; then
AC_CHECK_LIB(security, getprpwnam, SECUREWARE=1) AC_CHECK_LIB(security, getprpwnam, SECUREWARE=1)
AC_CHECK_LIB(security, getprpwnam, AC_DEFINE(HAVE_GETPRPWNAM) [SUDO_LIBS="${SUDO_LIBS} -lsecurity"; LIBS="${LIBS} -lsecurity"; SECUREWARE=1])
CHECKSHADOW="false" CHECKSHADOW="false"
fi fi
if test -n "$SECUREWARE"; then if test -n "$SECUREWARE"; then