[libssh2] debug output

2006-12-21 Thread Daniel Stenberg
Hey I want to modify libssh2 to always build with debug output ability when it is built with ./configure --enable-debug, and just provide a function to switch on/off the different outputs that currently are controlled with #ifdefs. I think it is very uncomfortable to have to reconf and rebuild

Re: [libssh2] debug output

2006-12-21 Thread Jens Alfke
On 21 Dec '06, at 6:37 AM, Daniel Stenberg wrote: I want to modify libssh2 to always build with debug output ability when it is built with ./configure --enable-debug, and just provide a function to switch on/off the different outputs that currently are controlled with #ifdefs. Good idea.

Re: [libssh2] debug output

2006-12-21 Thread Sara Golemon
> I want to modify libssh2 to always build with debug output ability when it is > built with ./configure --enable-debug, and just provide a function to switch > on/off the different outputs that currently are controlled with #ifdefs. > > I think it is very uncomfortable to have to reconf and reb