summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* configure: add --with-amisslChris Young2019-03-151-1/+39
* acinclude: add additional libraries to check for LDAP supportMichael Felt2019-02-251-1/+3
* configure: fix recv/send/select detection on Androidhhb2019-01-191-10/+1
* configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg2018-10-251-124/+0
* configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg2018-09-261-1/+1
* configure: conditionally enable pedantic-errorsMarcel Raad2018-08-211-1/+1
* configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg2018-06-271-101/+0
* getnameinfo: not usedDaniel Stenberg2018-06-271-206/+0
* configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg2018-05-211-2/+2
* build: add picky compiler warning flags for gcc 6 and 7Eric Gallager2018-04-071-0/+0
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-14/+0
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-285/+0
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-0/+26
* configure: fix recv/send/select detection on AndroidDaniel Stenberg2017-08-081-6/+20
* build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad2017-07-111-2/+0
* configure: try ldap/lber in reversed order firstDaniel Stenberg2017-07-041-1/+1
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-15/+3
* Revert "configure: prefer 'long long' to int64_t for curl_off_t"Daniel Stenberg2017-04-051-2/+2
* configure: prefer 'long long' to int64_t for curl_off_tDaniel Stenberg2017-04-051-2/+2
* configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg2016-11-031-0/+7
* configure: raise the default minimum version for macos to 10.8Daniel Stenberg2016-10-311-1/+1
* configure.in: Fix test syntaxMichael Osipov2016-10-271-1/+1
* configure: Check for other variants of the -m*os*-version-min flagsMartin Storsjo2016-10-201-4/+4
* configure: set min version flags for builds on macDaniel Stenberg2016-10-201-1/+38
* configure: make the cpp -P detection not clobber CPPFLAGSCraig Davison2016-09-051-4/+7
* acinclude.m4: improve autodetection of CA bundle on FreeBSDMichael Osipov2016-06-271-3/+3
* configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic2016-04-211-4/+4
* configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic2016-04-211-3/+3
* configure: ac_cv_func_clock_gettime -> curl_...Irfan Adilovic2016-04-211-9/+9
* configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic2016-04-211-70/+70
* configure: use cpp -P when neededDaniel Stenberg2016-03-181-1/+50
* configure: warn on invalid ca bundle or pathJay Satiro2016-02-251-8/+36
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-081-0/+18
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* acinclude: Remove check for 16-bit curl_off_tJay Satiro2015-11-091-15/+0
* build: Fix support for PKG_CONFIGJay Satiro2015-10-241-5/+2
* build: Fix mingw ssl gdi32 orderJay Satiro2015-10-231-2/+10
* acinclude: remove PKGCONFIG overrideDaniel Stenberg2015-10-131-4/+1
* configure: add --disable-rt optionMichaƂ Fita2015-07-241-13/+16
* configure: remove missing and make it autogenerateMichael Osipov2015-04-301-17/+0
* acinclude.m4: fix test for default CA cert bundle/pathMichael Osipov2015-04-301-1/+1
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-101-2/+2
* configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald2015-02-201-3/+6
* configure: allow --with-ca-path with PolarSSL tooCatalin Patulea2014-09-131-2/+2
* acinclude: fix --without-ca-path when cross-compilingDaniel Stenberg2013-09-041-36/+37
* CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compilingDaniel Stenberg2013-04-181-4/+7
* configure: remove CURL_CHECK_FUNC_RECVFROMDaniel Stenberg2013-04-081-208/+1
* configure: fix cross pkg-config detectionColin Watson2012-12-081-11/+3
* build: prevent global LIBS from influencing src and lib build targetsYang Tse2012-12-031-4/+1
* build: avoid linkage of directly unused librariesYang Tse2012-11-281-0/+2