]> granicus.if.org Git - sudo/commitdiff
don't echo about with_logfile and with_timedir
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Mar 1998 00:52:01 +0000 (00:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Mar 1998 00:52:01 +0000 (00:52 +0000)
configure.in

index ba5856675c374aa84519d0b3313322fd2145c450..0601eb639b78faba10e16f0c371b684251017d5f 100644 (file)
@@ -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],