mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
parent
a80dcc6aca
commit
defec5d46e
5
configure
vendored
5
configure
vendored
@ -24525,7 +24525,8 @@ fi
|
|||||||
|
|
||||||
if test X"$with_noexec" != X"no"
|
if test X"$with_noexec" != X"no"
|
||||||
then :
|
then :
|
||||||
# Check for non-standard exec functions
|
|
||||||
|
# Check for non-standard exec functions
|
||||||
ac_fn_c_check_func "$LINENO" "exect" "ac_cv_func_exect"
|
ac_fn_c_check_func "$LINENO" "exect" "ac_cv_func_exect"
|
||||||
if test "x$ac_cv_func_exect" = xyes
|
if test "x$ac_cv_func_exect" = xyes
|
||||||
then :
|
then :
|
||||||
@ -24564,7 +24565,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
]
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||||
|
@ -3022,7 +3022,7 @@ AC_CHECK_FUNCS([setpassent setgroupent])
|
|||||||
dnl
|
dnl
|
||||||
dnl Function checks for sudo_noexec
|
dnl Function checks for sudo_noexec
|
||||||
dnl
|
dnl
|
||||||
AS_IF([test X"$with_noexec" != X"no"],
|
AS_IF([test X"$with_noexec" != X"no"], [
|
||||||
# Check for non-standard exec functions
|
# Check for non-standard exec functions
|
||||||
AC_CHECK_FUNCS([exect execvP execvpe])
|
AC_CHECK_FUNCS([exect execvP execvpe])
|
||||||
# Check for posix_spawn, and posix_spawnp
|
# Check for posix_spawn, and posix_spawnp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user