Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-25 | added the better debug option logic from curl by adding acinclude.m4 to the | Daniel Stenberg | |
configure stuff | |||
2004-02-23 | check for a few basic header files | Daniel Stenberg | |
2004-02-22 | this code uses no long long, so we can have warnings about them | Daniel Stenberg | |
2004-02-19 | check for standard headers when --enable-debug is used | Daniel Stenberg | |
2004-02-18 | I removed the socklen_t requirement from memdebug.h, so we don't need to | Daniel Stenberg | |
figure it out here anymore to build debug builds. | |||
2004-02-18 | The --enable-debug option really requires this to be built as part of curl. | Daniel Stenberg | |
When using it, we now set the include path to better find the devel curl headers, and we check for the socklen_t type since the curl memdebug stuff needs it. | |||
2004-02-15 | don't assume we can use gcc 2.96+ options | Daniel Stenberg | |
2004-02-04 | we use the more aggressive compiler warnings | Daniel Stenberg | |
2004-02-04 | use configure.ac instead of configure.in | Daniel Stenberg | |
support --enable-debug to switch on picky compiler options |