[Bug 570] configure --disable-FEATURE fix

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 27 22:40:08 EST 2003


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.




More information about the openssh-bugs mailing list