summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2009-11-24When using icc, compile with -fpic and link with intel dynamic libraries.Yang Tse
2009-11-22Make configure remove the curlbuild.h file included in distribution tarballsYang Tse
2009-11-15- David Byron improved the configure script to use pkg-config to find OpenSSLKamil Dudka
2009-11-15Remove enable-thread / disable-thread configure option. These were only placeboYang Tse
2009-11-14Added '--configure' option to curl-config to display original configure argum...Claes Jakobsson
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse
2009-11-14- Claes Jakobsson restored the configure functionality to detect NSS whenDaniel Stenberg
2009-10-28libssh2 detection changes mentioned in http://curl.haxx.se/mail/lib-2009-10/0...Yang Tse
2009-10-27Fix spellingYang Tse
2009-10-21- Attempt to use pkg-config for finding out libssh2 installation detailsDaniel Stenberg
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse
2009-10-18Check for basename() is now done the same as other function checksYang Tse
2009-09-28Added check for memrchr function or macroYang Tse
2009-09-16Moved the libssh2 checks after the SSL library checks. This helps whenDan Fandrich
2009-09-04added --with-nss to configure output.Gunter Knauf
2009-09-01a failed libssh2 check must not pollute the variablesDaniel Stenberg
2009-09-01- configure now tries to use pkg-config for a number of sub-dependencies evenDaniel Stenberg
2009-08-24- Marc de Bruin pointed out that configure --with-gnutls=PATH didn't workDaniel Stenberg
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf
2009-07-09bring back the libgnutls-config use for checking for GnuTLS if pkg-configDaniel Stenberg
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse
2009-06-18add CloseSocket camel case function checkYang Tse
2009-06-17socket() and closesocket() prototypes might be in socket.hYang Tse
2009-06-17check for socket() and closesocket() as it is done for other functionsYang Tse
2009-06-09Added --enable-curldebug configure option to enable and disable buildingYang Tse
2009-06-08- Triggered by bug report #2798852 and the patch in there, I fixed configureDaniel Stenberg
2009-06-06Revert delegating c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-06-04c-ares embbeded builds header include paths fully defined in makefilesYang Tse
2009-06-01- Claes Jakobsson fixed the configure script to better find and use NSSDaniel Stenberg
2009-05-30Delegate c-ares linking magic on libtool and auto-makefiles when usingYang Tse
2009-05-26c-ares's --enable-curldebug configure option decoupled from c-ares's --enable...Yang Tse
2009-05-11Remove experimental check. Currently there's no need for it.Yang Tse
2009-05-09Remove DOS and TPF package's Makefile.amYang Tse
2009-05-07Fix an m4 overquoting triggering a spurious 'AS_TR_CPP' symbol definitionYang Tse
2009-05-07Proper naming for the experimental compiler test and moved to *-compilers.m4Yang Tse
2009-05-06Use autobuilds to verify if a couple of experimental compiler tests pass on a...Yang Tse
2009-05-04fix makefile reference to packages/TPFYang Tse
2009-05-03HP-UX's X/Open network library requirement check follow-upYang Tse
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang Tse
2009-05-01Remove temporary debug tracing for X/Open HP-UXYang Tse
2009-05-01Check definition of _XOPEN_SOURCE_EXTENDED with the compilerYang Tse
2009-04-30Add temporary debug tracing for X/Open HP-UXYang Tse
2009-04-30Check if X/Open network library is requiredYang Tse
2009-04-27Reorder curl_socklen_t and socklen_t equivalent check while both coexistYang Tse
2009-04-26Initial step towards a configure time curl_socklen_t definitionYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2009-03-13- Use libssh2_version() to present the libssh2 version in case the libssh2Daniel Stenberg
2009-03-11update the embedded copyright yearDaniel Stenberg
2009-03-04Fixed a problem with m4 quoting in the OpenSSL configure check reportedDan Fandrich
2009-02-13check for poll() as it is done for other functionsYang Tse