--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] both]
--with-tags[=TAGS] --with-tags[=TAGS]
include additional configurations [automatic] 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: Some influential environment variables:
CC C compiler command CC C compiler command

View File

@@ -1172,7 +1172,7 @@ else
eval _shrext="$shrext" eval _shrext="$shrext"
fi fi
AC_MSG_CHECKING(path to sudo_noexec.so) 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 [case $with_noexec in
yes) with_noexec="$libexecdir/sudo_noexec$_shrext" yes) with_noexec="$libexecdir/sudo_noexec$_shrext"
;; ;;