--with-noexec takes an optional PATH argument.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1114,7 +1114,7 @@ Optional Packages:
|
||||
both]
|
||||
--with-tags[=TAGS]
|
||||
include additional configurations [automatic]
|
||||
--with-noexec fully qualified pathname of sudo_noexec.so
|
||||
--with-noexec=PATH fully qualified pathname of sudo_noexec.so
|
||||
|
||||
Some influential environment variables:
|
||||
CC C compiler command
|
||||
|
@@ -1172,7 +1172,7 @@ else
|
||||
eval _shrext="$shrext"
|
||||
fi
|
||||
AC_MSG_CHECKING(path to sudo_noexec.so)
|
||||
AC_ARG_WITH(noexec, [ --with-noexec fully qualified pathname of sudo_noexec.so],
|
||||
AC_ARG_WITH(noexec, [ --with-noexec[=PATH] fully qualified pathname of sudo_noexec.so],
|
||||
[case $with_noexec in
|
||||
yes) with_noexec="$libexecdir/sudo_noexec$_shrext"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user