summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* David Shaw fixed the disable variables so that curl-config --feature worksDaniel Stenberg2004-12-231-8/+8
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-0/+10
* check for openssl/pkcs12.hDaniel Stenberg2004-12-191-0/+3
* Dan Fandrich did minor corrections to his SSL cleanup patchDaniel Stenberg2004-12-131-2/+3
* Dan Fandrich:Daniel Stenberg2004-12-111-47/+68
* Ton Voon provided a configure fix that should fix the notorious (mostlyDaniel Stenberg2004-12-091-0/+6
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-0/+19
* Andrés García fixed the configure script to detect select properly when runDaniel Stenberg2004-11-241-0/+14
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-221-1/+4
* Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg2004-11-121-0/+19
* Dan Fandrich can spell, I cannotDaniel Stenberg2004-11-111-1/+1
* fix a IDN detect/use mistakeDaniel Stenberg2004-11-111-0/+1
* Dan Fandrich added --disable-verboseDaniel Stenberg2004-11-111-10/+32
* When libidn is detected without explicitly told to, we provide -L/lib andDaniel Stenberg2004-11-111-10/+13
* dates from 2038 or later now return 0x7fffffff when 32 bit time_t is usedDaniel Stenberg2004-11-111-0/+1
* configure --with-gssapi fixDaniel Stenberg2004-11-101-12/+18
* weirdo hack to fix debian bug report 278691:Daniel Stenberg2004-11-081-0/+1
* check for and require tld.h to be present before libidn usage is activatedDaniel Stenberg2004-11-081-1/+1
* based Andres Garcia's patch, added for mingw buildDaniel Stenberg2004-11-041-0/+2
* When cross-compiling, the configure script no longer attempts to useDaniel Stenberg2004-11-011-2/+8
* Peter Wullinger pointed out that curl should call setlocale() properly toDaniel Stenberg2004-10-181-0/+2
* If long long is supported, check if [num]LL is supported for numericalDaniel Stenberg2004-10-101-1/+14
* if basename was found, check for a prototype and if none was found, provideDaniel Stenberg2004-10-081-0/+10
* check for tld_strerrorDaniel Stenberg2004-10-071-1/+1
* Dan Fandrich fix for hosts that need both -lnsl and -lsocketDaniel Stenberg2004-10-061-1/+1
* make the given path to --with-libidn override any other installationDaniel Stenberg2004-10-051-17/+22
* when building with libidn support, check for idna_strerror() which isDaniel Stenberg2004-10-031-1/+1
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-011-0/+2
* made pkg-config not get used if a path is given with --with-sslDaniel Stenberg2004-09-281-27/+35
* Replaced the former date parser with a rewrite. No more yacc/bison needed.Daniel Stenberg2004-09-151-16/+0
* the autobuilds failed all over on AIX, attempt to fix the strerror_r() problemDaniel Stenberg2004-08-191-7/+8
* added a check for the xlc compiler on AIX, and if that is detect we useDaniel Stenberg2004-08-171-0/+15
* define _THREAD_SAFE on (recent) AIX systems to build thread-safe codeDaniel Stenberg2004-08-171-0/+2
* Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIXDaniel Stenberg2004-08-121-24/+0
* define the _XOPEN_SOURCE define in the config.h file instead, and also added aDaniel Stenberg2004-08-111-1/+11
* fixed the default result for xopen and mimpure to work betterDaniel Stenberg2004-08-111-2/+2
* experimental code to detect mips-sgi-irix systems that build without gccDaniel Stenberg2004-08-111-0/+14
* the krb4 stuff needs -lcom_err to link now, for some odd reason. This isDaniel Stenberg2004-08-091-1/+1
* AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used insteadDaniel Stenberg2004-07-241-1/+1
* refer bug reports to the mailing lists, not the old email aliasDaniel Stenberg2004-07-221-1/+1
* commented out the check for gethostbyname_r() as we no longer use itDaniel Stenberg2004-06-291-1/+1
* check for a fine poll() before it is used to sleep subsecondDaniel Stenberg2004-06-271-0/+25
* set an automake conditional for if this is a cross-compile or notDaniel Stenberg2004-06-031-0/+2
* checl for the idn_free stuff to remain functionall even with older libidnDaniel Stenberg2004-05-251-0/+3
* removed the warning if libidn isn't foundDaniel Stenberg2004-05-061-1/+0
* very minor output changeDaniel Stenberg2004-05-061-1/+1
* AC_CHECK_TOOL is prolly better to use when checking for arDaniel Stenberg2004-05-051-1/+3
* alert the user if 'sed' or 'ar' couldn't be found, as it might very wellDaniel Stenberg2004-05-051-2/+12
* check the size of size_t for lib/mprintf.cDaniel Stenberg2004-05-051-0/+1
* without-libidn works too nowDaniel Stenberg2004-04-271-4/+4