From: Todd C. Miller Date: Sat, 28 Mar 1998 00:52:01 +0000 (+0000) Subject: don't echo about with_logfile and with_timedir X-Git-Tag: SUDO_1_5_6~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf7b77a031d1ac02641d94ed4f2ec977d1f099ad;p=sudo don't echo about with_logfile and with_timedir --- diff --git a/configure.in b/configure.in index ba5856675..0601eb639 100644 --- a/configure.in +++ b/configure.in @@ -173,8 +173,6 @@ AC_ARG_WITH(logfile, [ --with-logfile path to the sudo log file], no) echo "Sorry, --without-logfile not supported." exit 1 ;; - *) echo "Using ${with_logfile} as the path to sudo's log file." - ;; esac]) AC_ARG_WITH(timedir, [ --with-timedir path to the sudo timestamp dir], @@ -185,8 +183,6 @@ AC_ARG_WITH(timedir, [ --with-timedir path to the sudo timestamp dir], no) echo "Sorry, --without-timedir not supported." exit 1 ;; - *) echo "Using ${with_timedir} as the path to sudo's log file." - ;; esac]) AC_ARG_WITH(incpath, [ --with-incpath additional places to look for include files],