Merge pull request #199 from falconindy/master

Don't auto-enable ACCT_TOOLS_SETUID if PAM is detected
This commit is contained in:
Serge Hallyn 2019-12-20 00:07:23 -06:00 committed by GitHub
commit 1ec36eabb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ AC_ARG_ENABLE(account-tools-setuid,
*) AC_MSG_ERROR(bad value ${enableval} for --enable-account-tools-setuid)
;;
esac],
[enable_acct_tools_setuid="maybe"]
[enable_acct_tools_setuid="no"]
)
AC_ARG_ENABLE(utmpx,