]> granicus.if.org Git - sudo/commitdiff
not not; Anil Madhavapeddy
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Mar 2003 18:21:20 +0000 (18:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Mar 2003 18:21:20 +0000 (18:21 +0000)
config.h.in
configure.in

index 8476bb5a7bdd62203165b5d1e45991a334bc5e9d..04a74b8e586cf682ab7e916a9cdcdba7e9c8bc2b 100644 (file)
 /* Define to override the user's path with a builtin one. */
 #undef SECURE_PATH
 
-/* Define to send mail when the user is not not allowed to run a command. */
+/* Define to send mail when the user is not allowed to run a command. */
 #undef SEND_MAIL_WHEN_NOT_OK
 
-/* Define to send mail when the user is not not allowed to run sudo on this
+/* Define to send mail when the user is not allowed to run sudo on this
    host. */
 #undef SEND_MAIL_WHEN_NO_HOST
 
index b6d45e5af6a0e92aeb2b7cc4b633873f6b27ab10..aad874a31172dd8224db08fdac333e0883446367 100644 (file)
@@ -559,7 +559,7 @@ AC_ARG_WITH(mail-if-no-host, [  --with-mail-if-no-host  send mail if user in sud
                ;;
 esac])
 if test "$mail_no_host" = "on"; then
-    AC_DEFINE(SEND_MAIL_WHEN_NO_HOST, 1, [Define to send mail when the user is not not allowed to run sudo on this host.])
+    AC_DEFINE(SEND_MAIL_WHEN_NO_HOST, 1, [Define to send mail when the user is not allowed to run sudo on this host.])
     AC_MSG_RESULT(yes)
 else
     AC_MSG_RESULT(no)
@@ -576,7 +576,7 @@ AC_ARG_WITH(mail-if-noperms, [  --with-mail-if-noperms  send mail if user not al
                ;;
 esac])
 if test "$mail_noperms" = "on"; then
-    AC_DEFINE(SEND_MAIL_WHEN_NOT_OK, 1, [Define to send mail when the user is not not allowed to run a command.])
+    AC_DEFINE(SEND_MAIL_WHEN_NOT_OK, 1, [Define to send mail when the user is not allowed to run a command.])
     AC_MSG_RESULT(yes)
 else
     AC_MSG_RESULT(no)