]> granicus.if.org Git - sudo/commitdiff
--with-noexec takes an optional PATH argument.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 21 Aug 2004 18:20:38 +0000 (18:20 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 21 Aug 2004 18:20:38 +0000 (18:20 +0000)
configure
configure.in

index a6ae37e665776b02496735439f8c7fdc564c79c3..69aa6a9e8fd3ac17f0c6e782b8d7bdc8ed59ab0a 100755 (executable)
--- 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
index 60f026cdb84b4e9a6fe63e8b3b61948c62e32c2e..3a2e524c999240ce7c8d0c95d21f5f199982a12f 100644 (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"
                ;;