--with-bsdauth assumes --with-logincap

This commit is contained in:
Todd C. Miller
2000-10-30 03:56:54 +00:00
parent 2ec9c6a45d
commit e9d00a88b1

View File

@@ -383,7 +383,9 @@ esac])
AC_ARG_WITH(bsdauth, [ --with-bsdauth enable BSD authentication support],
[case $with_bsdauth in
yes|no) ;;
yes) with_logincap=yes
;;
no) ;;
*) AC_MSG_ERROR(["--with-bsdauth does not take an argument."])
;;
esac])