diff options
author | Brooks Davis <[email protected]> | 2023-11-30 16:04:18 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-30 16:04:18 -0800 |
commit | 3e4bef52b084dacc0f1abdaec428c0bdfb73f96d (patch) | |
tree | 33cfda6e1ec1f740492399e76ef3b7bcd31094ff /config/user.m4 | |
parent | 735ba3a7b7b5b874ab746ea22fda3b0525878899 (diff) |
Only provide execvpe(3) when needed
Check for the existence of execvpe(3) and only provide the FreeBSD
compat version if required.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Brooks Davis <[email protected]>
Closes #15609
Diffstat (limited to 'config/user.m4')
-rw-r--r-- | config/user.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user.m4 b/config/user.m4 index 6ec27a5b2..87df8c7cc 100644 --- a/config/user.m4 +++ b/config/user.m4 @@ -31,7 +31,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER], [ ZFS_AC_CONFIG_USER_MAKEDEV_IN_MKDEV ZFS_AC_CONFIG_USER_ZFSEXEC - AC_CHECK_FUNCS([issetugid mlockall strlcat strlcpy]) + AC_CHECK_FUNCS([execvpe issetugid mlockall strlcat strlcpy]) AC_SUBST(RM) ]) |