On Jun 19, 2007, at 1:29 PM, source_changes@macosforge.org wrote:
+configure.cflags -DSSH_NODELAY_WORKAROUND -O2
Aren't you overriding the default cflags with such an addition? Shouldn't you instead use a -append instruction there to *add* that macro to the configure environment? (unless you really intend to override it...)