From: Todd C. Miller Date: Sat, 17 Oct 1998 20:01:21 +0000 (+0000) Subject: everything is now done via configure X-Git-Tag: SUDO_1_5_7~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dbd2384150c2850a1694947f42db7aec40c363e;p=sudo everything is now done via configure --- diff --git a/BUGS b/BUGS index c67d21b92..1aeb31b02 100644 --- a/BUGS +++ b/BUGS @@ -18,7 +18,3 @@ Known bugs in sudo version 1.5.7 6) There is still a bug in the ``sudo -l'' processing code that can cause sudo to get a SEGV. I've not been able to track it down yet. - -7) HOST_IN_LOG and WRAP_LOG are changeable via configure but not options.h. - All the options should really become arguments to configure and - options.h should just go away (its functionality subsumed by config.h).