summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure: add GSS-API to supported featuresDaniel Stenberg2014-05-171-0/+3
* configure: add SPNEGO to supported featuresDaniel Stenberg2014-05-171-0/+3
* configure: Don't set LD_LIBRARY_PATH when cross-compilingAaro Koskinen2014-05-071-5/+6
* cyassl: Use error-ssl.h when availableDan Fandrich2014-04-231-0/+3
* configure: use the nghttp2 path correctly with pkg-configDaniel Stenberg2014-04-221-9/+7
* configure: fix wrong commentDilyan Palauzov2014-04-211-1/+1
* configure: call it GSS-APIMichael Osipov2014-03-031-15/+15
* configure: Tiny fix to honor POSIXnaota2014-02-251-7/+7
* configure: Fix the --disable-crypto-auth optionDan Fandrich2014-02-171-1/+3
* openssl: add ALPN supportFabian Frank2014-02-031-1/+3
* http2-openssl: verify that NPN functionality is presentDaniel Stenberg2014-01-301-1/+2
* configure: fix gssapi linking on HP-UXMichael Osipov2014-01-161-1/+14
* Bumped copyright year to 2014Steve Holme2014-01-021-2/+2
* nss: unconditionally require NSS_InitContext()Kamil Dudka2013-12-021-8/+0
* nss: use a better API for controlling SSL versionKamil Dudka2013-12-021-2/+2
* configure: Fix test with -Werror=implicit-function-declarationDaniel Stenberg2013-11-131-0/+1
* configure: check for long long when building with cyasslDaniel Stenberg2013-10-221-0/+3
* configure: add HTTP2 as a curl-config --feature outputDaniel Stenberg2013-09-051-0/+4
* configure: added --with-nghttp2Daniel Stenberg2013-09-041-0/+87
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-100/+0
* configure: fix 'subdir-objects' distclean related issueYang Tse2013-07-181-0/+2
* configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE)Yang Tse2013-07-091-1/+1
* curl-config: don't output static libs when they are disabledWouter Van Rooy2013-04-161-0/+5
* configure: try pthread_create without -lpthreadDaniel Stenberg2013-04-121-8/+20
* configure: remove CURL_CHECK_FUNC_RECVFROMDaniel Stenberg2013-04-081-1/+0
* curl.h: stricter CURL_EXTERN linkage decorations logicYang Tse2013-03-121-29/+30
* configure: use XC_LIBTOOL for portability across libtool versionsYang Tse2013-03-081-44/+14
* darwinssl: fix undefined $ssllib warning in runtests.plNick Zitzmann2013-02-241-1/+1
* strcasestr: remove check for this unused functionDaniel Stenberg2013-02-231-1/+0
* strlcat: remove functionDaniel Stenberg2013-02-141-1/+0
* configure: update the copyright years for the output.Guenter Knauf2013-02-041-1/+1
* zz40-xc-ovr.m4: 1.0 interface stabilizationYang Tse2013-01-281-1/+2
* configure: use XC_CONFIGURE_PREAMBLE early checksYang Tse2013-01-231-2/+1
* configure: autotools compatibility fixes - step IYang Tse2013-01-201-209/+3
* commit bc682cbd follow-upYang Tse2013-01-151-0/+2
* configure: fix automake 1.13 compatibilityYang Tse2013-01-141-0/+1
* docs: the --with-darwinssl option is available on Apple OSesNick Zitzmann2013-01-091-1/+1
* Revert "configure: update req to 2.59"Daniel Stenberg2013-01-081-104/+114
* configure: update req to 2.59Daniel Stenberg2013-01-081-114/+104
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERSYang Tse2013-01-011-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* configure: add internal sanity check (warn only) on vars for makefilesYang Tse2012-12-211-0/+95
* configure: LIBMETALINK_CFLAGS actually is LIBMETALINK_CPPFLAGSYang Tse2012-12-211-3/+3
* configure: add minimal sanity check on user provided CFLAGS and CPPFLAGSYang Tse2012-12-201-10/+90
* configure.ac: clear local test intended variables before useYang Tse2012-12-191-1/+24
* configure: check if compiler halts on function prototype mismatchYang Tse2012-12-161-0/+1
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-5/+4
* configure: add minimal sanity check on user provided LIBS and LDFLAGSYang Tse2012-12-041-13/+33
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-130/+135