summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Only check that the c-ares lib is valid if we don't use the "embedded"Daniel Stenberg2004-04-011-8/+12
* When ares is enabled, we now check for the ares_cancel function to verifyDaniel Stenberg2004-04-011-0/+22
* Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg2004-03-301-0/+2
* netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg2004-03-291-0/+3
* check for netinet/tcp.h precense before actually including itDaniel Stenberg2004-03-261-0/+1
* get the version number from the new curlver.h header fileDaniel Stenberg2004-03-251-2/+2
* localtime and gmtime are not thread-safe on newer AIXes either so we forceDaniel Stenberg2004-03-251-3/+11
* force recent AIX versions to check for strerror_rDaniel Stenberg2004-03-251-0/+11
* added check for strerror_r()Daniel Stenberg2004-03-241-0/+3
* For IRIX systems we must pick the "correct" lib dirs for the particularDaniel Stenberg2004-03-181-6/+6
* Added the new vms subdir in the packages dirDaniel Stenberg2004-03-151-0/+1
* Dan Fandrich fixed some GSS detection flawsDaniel Stenberg2004-03-031-2/+2
* Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg2004-02-251-64/+6
* -Wno-format-nonliteral does not exist in my gcc 2.96, only use that withDaniel Stenberg2004-02-211-1/+6
* Only use -Wstrict-prototypes with gcc 3.3 or later.Daniel Stenberg2004-02-201-2/+2
* -Wcast-align is a bit too annoyingDaniel Stenberg2004-02-191-1/+4
* Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hopeDaniel Stenberg2004-02-191-25/+28
* When --enable-debug is used, for every -I provided to $CPPFLAGS we addDaniel Stenberg2004-02-191-1/+13
* if not yacc or bison is found, check if we *really* need it, and if we doDaniel Stenberg2004-02-191-0/+14
* If --enable-debug is used and gcc, we figure out which version and then weDaniel Stenberg2004-02-191-3/+24
* Andrés García added a check for lwinmm for Mingw/sysDaniel Stenberg2004-02-151-0/+19
* If no nroff tool is found, or if no command line switch to nroff that convertsDaniel Stenberg2004-02-121-11/+23
* added --enable/disable-manualDaniel Stenberg2004-02-121-0/+35
* Andrés García's additional fix to make the OpenSSL stuff work for msys/mingwDaniel Stenberg2004-02-111-1/+15
* Rewrote the gethostbyname() check after Andrés García's provided patchDaniel Stenberg2004-02-061-24/+57
* An attempt to only set both libz-related defines at the same time. We needDaniel Stenberg2004-02-051-13/+45
* when using --enable-debug and gcc, provide the -Wno-format-nonliteral optionDaniel Stenberg2004-02-051-1/+1
* link with libcares instead of libaresDaniel Stenberg2004-02-031-1/+1
* try to figure out if -man or -mandoc works to get text with the NROFFDaniel Stenberg2004-02-021-0/+18
* check for sys/ioctl.h as wellDaniel Stenberg2004-01-291-0/+4
* Instead of checking the off_t size, we use the source dir version of theDaniel Stenberg2004-01-221-1/+4
* check for limits.h as wellDaniel Stenberg2004-01-151-0/+1
* fixed the LDFLAGS creation for the SPNEGO optionDaniel Stenberg2004-01-081-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* We cannot 'cd' to the ares build dir to get the path, as the directory hasn'tDaniel Stenberg2003-12-151-2/+6
* if there is an 'ares' subdirectory when configure is run with --enable-aresDaniel Stenberg2003-12-111-3/+7
* check for strtoll(), for the upcoming >2GB patchDaniel Stenberg2003-12-101-1/+2
* check for assert.hDaniel Stenberg2003-12-101-0/+1
* Dominick Meglio made --enable-ares support an option =PATH to specify aDaniel Stenberg2003-12-101-6/+17
* no need to add -lz to LDFLAGS manually, as AC_CHECK_LIB() does thatDaniel Stenberg2003-12-081-1/+0
* curl-config now shows asyncdns if built with ares enabledDaniel Stenberg2003-12-081-1/+3
* that MSG_NOSIGNAL check serves no useful purpose!Daniel Stenberg2003-12-021-12/+0
* renamed the KRB4 to HAVE_KRB4Daniel Stenberg2003-12-021-1/+1
* check for MSG_NOSIGNALDaniel Stenberg2003-12-021-0/+12
* Markus Moeller fixed the SPNEGO check and it nows defines HAVE_SPNEGODaniel Stenberg2003-11-271-7/+12
* Maciej W. Rozycki made this script use a cache variable for the writableDaniel Stenberg2003-11-171-3/+15
* Check for siginterrupt, used by the test suite web server sws.Daniel Stenberg2003-10-301-0/+1
* Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg2003-10-241-1/+16
* removed creation of tests/server/config.hDaniel Stenberg2003-10-091-1/+1
* check for inet_pton()Daniel Stenberg2003-10-071-0/+1