From 7a7a5fe2e0befa09b474f59b0b7666f028b4a63f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 1 Mar 2003 18:21:20 +0000 Subject: [PATCH] not not; Anil Madhavapeddy --- config.h.in | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h.in b/config.h.in index 8476bb5a7..04a74b8e5 100644 --- a/config.h.in +++ b/config.h.in @@ -389,10 +389,10 @@ /* 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 diff --git a/configure.in b/configure.in index b6d45e5af..aad874a31 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.50.1