bugzilla-daemon at mindrot.org
2003-Jun-27 11:46 UTC
[Bug 570] configure --disable-FEATURE fix
http://bugzilla.mindrot.org/show_bug.cgi?id=570 openssh at roumenpetrov.info changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal ------- Additional Comments From openssh at roumenpetrov.info 2003-06-27 21:46 ------- When somebody explicitly use ./configure --enable-FEATURE for one of these fixed in proposed patch this feature is disabled. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-27 12:40 UTC
[Bug 570] configure --disable-FEATURE fix
http://bugzilla.mindrot.org/show_bug.cgi?id=570 ------- Additional Comments From dtucker at zip.com.au 2003-06-27 22:40 ------- 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jun-28 02:55 UTC
[Bug 570] configure --disable-FEATURE fix
http://bugzilla.mindrot.org/show_bug.cgi?id=570 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From dtucker at zip.com.au 2003-06-28 12:55 ------- Applied, apart from the 3-arg AC_DEFINE_UNQUOTED changes. Thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.