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