summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* James MacMillan's patch makes curl build on QNC 6.2.x.Daniel Stenberg2003-10-021-44/+42
* find and detect the Heimdal GSSAPI include path properlyDaniel Stenberg2003-09-211-5/+9
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-191-1/+31
* --enable-thread was broken and this should cure itDaniel Stenberg2003-09-051-3/+11
* when --enable-debug is used to set debug options with gcc, use -Wno-long-longDaniel Stenberg2003-08-191-1/+1
* check for CRYPTO_cleanup_all_ex_data as wellDaniel Stenberg2003-08-191-1/+2
* check for long longDaniel Stenberg2003-08-141-10/+7
* define USE_ARES nicer if enabledDaniel Stenberg2003-08-111-1/+2
* Add --enable-ares support, which will make us build curl with ares forDaniel Stenberg2003-08-051-0/+24
* add a check for 'ar' since the lack of it bit Jared IngersollDaniel Stenberg2003-07-301-0/+5
* only check for CA bundle path if build with SSL supportDaniel Stenberg2003-07-251-32/+34