| Summary: | configure --disable-FEATURE fix | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Roumen Petrov <bugtrack> | ||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Roumen Petrov
2003-05-20 00:21:56 AEST
Created attachment 306 [details]
proposed patch
When somebody explicitly use ./configure --enable-FEATURE for one of these fixed in proposed patch this feature is disabled. Patch seems reasonable to me. Unpatched: $ ../configure --enable-lastlog $ grep DISABLE_LAST config.h #define DISABLE_LASTLOG 1 Patched: $ ../configure --enable-lastlog $ grep DISABLE_LASTLOG config.h /* #undef DISABLE_LASTLOG */ We don't use the 3-argument AC_DEFINE*() macros at the moment, though. Applied, apart from the 3-arg AC_DEFINE_UNQUOTED changes. Thanks. Mass change of RESOLVED bugs to CLOSED |