summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg2003-07-041-11/+5
* moved from former CVSDaniel Stenberg2003-06-261-1/+1
* store HAVE_LIBZ as an automake conditionalDaniel Stenberg2003-06-121-0/+3
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-0/+57
* fix the makefile in packages/DOS tooDaniel Stenberg2003-05-211-0/+1
* the writable argv check now should not exit when building a cross-compiledDaniel Stenberg2003-05-041-3/+5
* Ryan Weaver's fix to prevent the ca bundle to get installed even whenDaniel Stenberg2003-04-061-0/+5
* fixed the pkg-config stuff for rh9Daniel Stenberg2003-03-261-2/+2
* attempt to extract openssl information using pkg-configDaniel Stenberg2003-03-251-0/+25
* Renamed configure.in to configure.ac, as this is the supposedly new preferredDaniel Stenberg2003-03-251-0/+889