summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2005-08-31oops, the GNU GSS patch could clobber the CPPFLAGS variable and it thusDaniel Stenberg
2005-08-29Simon Josefson brought GNU GSS supportDaniel Stenberg
2005-08-21avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in aDaniel Stenberg
2005-07-27Fixed --without-gnutlsDan Fandrich
2005-07-20Properly support the options --without-spnego --without-gssapi --without-krb4Dan Fandrich
2005-06-01specify the cares lib before the other libs, to make it build fine with mingwDaniel Stenberg
2005-05-25set LD_LIBRARY_PATH properly even when the openssl lib dir is found usingDaniel Stenberg
2005-05-22removed leftover debug message ("moo moo")Daniel Stenberg
2005-05-16Modified the gmtime_r check to not check for it until the "check for a workingDaniel Stenberg
2005-05-16define GMTIME_R to 0 if not workingDaniel Stenberg
2005-05-16attempt to detect a bad (as in HPUX 10.20 bad) gmtime_r functionDaniel Stenberg
2005-05-13adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin)Daniel Stenberg
2005-05-02Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg
2005-04-22Andres Garcia's fix for building static curl on windows.Daniel Stenberg
2005-04-19Check for and config for the ca cert bundle properly when built with GnuTLS.Daniel Stenberg
2005-04-19when --with-gnutls is used, we assume a bin/libgnutls-config file in theDaniel Stenberg
2005-04-19remove the warning for a lacking crypto lib since it migth just be a gnutlsDaniel Stenberg
2005-04-15if libgnutls-config isn't found in the given path, deal with it nicer (butDaniel Stenberg
2005-04-07set LD_LIBRARY_PATH when GnuTLS has been foundDaniel Stenberg
2005-04-07Add support for --with-gnutls. If configure detects OpenSSL, you need toDaniel Stenberg
2005-03-30fix configure's SSL-detection for msys/mingw (from Andres Garcia)Daniel Stenberg
2005-03-15added missing features to curl-configDaniel Stenberg
2005-03-14if ws2_32 is used, append the lib last in the LIBS list (too) to make itDaniel Stenberg
2005-03-13Added --enable-sspi that now make libcurl build with SSPI support. This onlyDaniel Stenberg
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich
2005-03-09Stopped linking to the SSL libs if a full installation isn't found.Dan Fandrich
2005-03-08Fixed the --with-zlib configure option so that it always adds the specifiedDan Fandrich
2005-02-18Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if itDaniel Stenberg
2005-02-14check for ENGINE_load_builtin_engines() as well if engine is aroundDaniel Stenberg
2005-02-11remove the check for strftime(), we don't need itDaniel Stenberg
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