Mailing List Archive

[Bug 570] configure --disable-FEATURE fix
http://bugzilla.mindrot.org/show_bug.cgi?id=570

openssh@roumenpetrov.info changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal



------- Additional Comments From openssh@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.
[Bug 570] configure --disable-FEATURE fix [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=570





------- Additional Comments From dtucker@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.
[Bug 570] configure --disable-FEATURE fix [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=570

dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED



------- Additional Comments From dtucker@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.