aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-05polarssl: remove more references and mentionsDaniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-02-25acinclude: add additional libraries to check for LDAP supportMichael Felt
2019-01-19configure: fix recv/send/select detection on Androidhhb
2018-10-25configure: remove CURL_CONFIGURE_CURL_SOCKLEN_TDaniel Stenberg
2018-09-26configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg
2018-08-21configure: conditionally enable pedantic-errorsMarcel Raad
2018-06-27configure: remove CURL_CHECK_NI_WITHSCOPEID tooDaniel Stenberg
2018-06-27getnameinfo: not usedDaniel Stenberg
2018-05-21configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg
2018-04-07build: add picky compiler warning flags for gcc 6 and 7Eric Gallager
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-16configure: check for __builtin_available() availability (#1788)Nick Zitzmann
2017-08-08configure: fix recv/send/select detection on AndroidDaniel Stenberg
2017-07-11build: remove WIN32_LEAN_AND_MEAN from individual build systemsMarcel Raad
2017-07-04configure: try ldap/lber in reversed order firstDaniel Stenberg
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-04-05Revert "configure: prefer 'long long' to int64_t for curl_off_t"Daniel Stenberg
2017-04-05configure: prefer 'long long' to int64_t for curl_off_tDaniel Stenberg
2016-11-03configure: verify that compiler groks -Werror=partial-availabilityDaniel Stenberg
2016-10-31configure: raise the default minimum version for macos to 10.8Daniel Stenberg
2016-10-27configure.in: Fix test syntaxMichael Osipov
2016-10-20configure: Check for other variants of the -m*os*-version-min flagsMartin Storsjo
2016-10-20configure: set min version flags for builds on macDaniel Stenberg
2016-09-05configure: make the cpp -P detection not clobber CPPFLAGSCraig Davison
2016-06-27acinclude.m4: improve autodetection of CA bundle on FreeBSDMichael Osipov
2016-04-21configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic
2016-04-21configure: ac_cv_func_clock_gettime -> curl_...Irfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic
2016-03-18configure: use cpp -P when neededDaniel Stenberg
2016-02-25configure: warn on invalid ca bundle or pathJay Satiro
2016-02-08configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-09acinclude: Remove check for 16-bit curl_off_tJay Satiro
2015-10-24build: Fix support for PKG_CONFIGJay Satiro
2015-10-23build: Fix mingw ssl gdi32 orderJay Satiro
2015-10-13acinclude: remove PKGCONFIG overrideDaniel Stenberg
2015-07-24configure: add --disable-rt optionMichaƂ Fita
2015-04-30configure: remove missing and make it autogenerateMichael Osipov
2015-04-30acinclude.m4: fix test for default CA cert bundle/pathMichael Osipov
2015-03-10gtls: add support for CURLOPT_CAPATHAlessandro Ghedini
2015-02-20configure: allow both --with-ca-bundle and --with-ca-pathJulian Ospald
2014-09-13configure: allow --with-ca-path with PolarSSL tooCatalin Patulea
2013-09-04acinclude: fix --without-ca-path when cross-compilingDaniel Stenberg
2013-04-18CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compilingDaniel Stenberg
2013-04-08configure: remove CURL_CHECK_FUNC_RECVFROMDaniel Stenberg
2012-12-08configure: fix cross pkg-config detectionColin Watson