--with-noexec takes an optional PATH argument.

This commit is contained in:
Todd C. Miller
2004-08-21 18:20:38 +00:00
parent 65d6b278b4
commit a6ea92617c
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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"
;;