aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBrooks Davis <[email protected]>2023-11-30 16:04:18 -0800
committerTony Hutter <[email protected]>2024-07-17 14:54:46 -0700
commit56684117133943f176f73fdbf0b9535a2bcf251d (patch)
tree56e0de680199c94c0ac91d2008fe4107f47d348c /config
parent32cd2da551c952298c11b5f17efd5cbb18b98d8f (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')
-rw-r--r--config/user.m42
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)
])