2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Add --disable-setreuid flag

This commit is contained in:
Todd C. Miller
2002-01-22 02:01:09 +00:00
parent 2292a1d2f0
commit 5a186c346c

View File

@@ -979,6 +979,15 @@ AC_ARG_ENABLE(root-mailer,
esac
], AC_MSG_RESULT(no))
AC_ARG_ENABLE(setreuid,
[ --disable-setreuid Don't try to use the setreuid() function],
[ case "$enableval" in
no) BROKEN_SETREUID=1
;;
*) ;;
esac
])
AC_MSG_CHECKING(whether to disable use of POSIX saved ids)
AC_ARG_ENABLE(saved-ids,
[ --disable-saved-ids Don't try to use POSIX saved ids],