summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* HAVE_WRITABLE_ARGV is set if argv[] is writable on the system, and thenDaniel Stenberg2003-01-291-0/+16
* removed -Wcast-align from --enable-debug with gcc, it just gives too manyDaniel Stenberg2003-01-271-1/+1
* added description in all AC_DEFINE() callsDaniel Stenberg2003-01-201-1/+1
* Use AM_MAINTAINER_MODE which thus makes less maintainer stuff in the defaultDaniel Stenberg2002-12-201-0/+1
* cut off -O properly when building for debugDaniel Stenberg2002-12-161-1/+13
* bad use of AM_CONDITIONAL removed and now configure runs better when usedDaniel Stenberg2002-11-281-2/+1
* attempts to filter off optimize flags when --enable-debug is usedDaniel Stenberg2002-11-151-0/+2
* works now with autoconf 2.54Daniel Stenberg2002-10-281-26/+26
* fixed the cygwin check for -no-undefinedDaniel Stenberg2002-10-231-1/+1
* check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg2002-10-211-0/+11
* --enable-debug now checks if gcc is used before it sets all those gcc-Daniel Stenberg2002-10-211-1/+4
* rewrote the --with-zlib check, based on Albert Chin's input.Daniel Stenberg2002-10-081-34/+38
* --with-libz and --without-libz are now supportedDaniel Stenberg2002-10-011-30/+28
* AC_SUBST HAVE_LIBZ for curl-config.inDaniel Stenberg2002-09-021-1/+3
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-021-14/+15
* CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg2002-08-301-1/+1
* ca-bundle stuff for configure and generated header fileDaniel Stenberg2002-08-301-1/+27
* gethostname is not used anymore so we can stop looking for it! ;-)Daniel Stenberg2002-08-131-4/+0
* check for poll()Daniel Stenberg2002-08-131-1/+2
* check for sys/poll.hDaniel Stenberg2002-07-291-0/+1
* Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups inDaniel Stenberg2002-06-111-22/+37
* added --disable-[protocol] supportDaniel Stenberg2002-06-111-3/+116
* added docs/libcurl/Daniel Stenberg2002-03-041-1/+1
* Added packages/EPMDaniel Stenberg2002-03-041-0/+2
* the test suite http server is now automake'dDaniel Stenberg2002-02-251-0/+1
* generate a config file for the test suite http server tooDaniel Stenberg2002-02-251-1/+1
* moved the config.h to lib/config.hDaniel Stenberg2002-02-191-1/+1
* playing with more strict gcc warnings with --enable-debugDaniel Stenberg2002-01-181-1/+1
* commented out the 'long long' and 'long double' checks, as we don't reallyDaniel Stenberg2002-01-181-2/+2
* multi stuff from the multi-dev branchDaniel Stenberg2002-01-031-0/+1
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-171-0/+4
* added gmtime_r checkDaniel Stenberg2001-12-071-0/+2
* Added an in_addr_t checkDaniel Stenberg2001-11-281-1/+1
* Kevin Roth's cygwin package fixesDaniel Stenberg2001-10-291-1/+1
* added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg2001-10-231-0/+7
* added cygwin package makefileDaniel Stenberg2001-10-221-0/+1
* added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg2001-10-161-0/+4
* getservbyname is not used by libcurl, don't check for itDaniel Stenberg2001-10-111-1/+0
* Albert Chin's improved gethostbyname_r() testsDaniel Stenberg2001-10-041-3/+0
* Added non-blocking sockets testDaniel Stenberg2001-10-011-0/+18
* removed perl and php makefilesDaniel Stenberg2001-09-121-4/+0
* checks for sys/utime.hDaniel Stenberg2001-09-071-1/+2
* utime() and utime.h adjustments for curl -RDaniel Stenberg2001-09-031-2/+4
* Troy Engel's fix for running configure without --with-sslDaniel Stenberg2001-08-211-0/+2
* Albert Chin's neat configure/package fixesDaniel Stenberg2001-08-201-306/+1
* --enable-debug now sets the following CFLAGS:Daniel Stenberg2001-08-141-1/+1
* when --with-ssl is used with a specified path, we use that path immediatelyDaniel Stenberg2001-06-201-4/+11
* Added a check that 'localhost' resolves before the gethostbyname_r() checks,Daniel Stenberg2001-06-111-1/+28
* fixed the dlopen checkDaniel Stenberg2001-05-311-2/+3
* Added Solaris 'pkgadd' building support to packages collection and autoconf/a...Cris Bailiff2001-05-301-0/+10