From: Todd C. Miller Date: Sat, 21 Aug 2004 18:20:38 +0000 (+0000) Subject: --with-noexec takes an optional PATH argument. X-Git-Tag: SUDO_1_6_8p1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6ea92617c704a549a1e4127e7397ebc548bd1aa;p=sudo --with-noexec takes an optional PATH argument. --- diff --git a/configure b/configure index a6ae37e66..69aa6a9e8 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 60f026cdb..3a2e524c9 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;