summaryrefslogtreecommitdiff
path: root/ares/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* fix the -I path to the proper include dir when --enable-debug is usedDaniel Stenberg2004-11-111-1/+1
* --enable-debug now makes the lib built static only since otherwise weDaniel Stenberg2004-07-241-8/+11
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-3/+10
* added the better debug option logic from curl by adding acinclude.m4 to theDaniel Stenberg2004-02-251-24/+11
* check for a few basic header filesDaniel Stenberg2004-02-231-0/+8
* this code uses no long long, so we can have warnings about themDaniel Stenberg2004-02-221-1/+1
* check for standard headers when --enable-debug is usedDaniel Stenberg2004-02-191-0/+3
* I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg2004-02-181-48/+0
* The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg2004-02-181-2/+52
* don't assume we can use gcc 2.96+ optionsDaniel Stenberg2004-02-151-1/+3
* we use the more aggressive compiler warningsDaniel Stenberg2004-02-041-4/+1
* use configure.ac instead of configure.inDaniel Stenberg2004-02-041-0/+57