[Bug 321] configure does not work when cross compiling

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jun 22 22:10:43 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=321





------- Additional Comments From dtucker at zip.com.au  2004-06-22 22:10 -------
(From update of attachment 655)
>+if test "$cross_compiling"; then
I don't think that's portable, should probably be:
    if test ! -z "$cross_compiling";then

>+	echo cross compiling: Disabling /etc/default/login test
I think that should be AC_MSG_WARN().

I updated the patch to -current, will attach shortly.




------- 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