aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2003-10-02James MacMillan's patch makes curl build on QNC 6.2.x.Daniel Stenberg
2003-09-21find and detect the Heimdal GSSAPI include path properlyDaniel Stenberg
2003-09-19Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg
cleanups.
2003-09-05--enable-thread was broken and this should cure itDaniel Stenberg
Kevin Fisk reported.
2003-08-19when --enable-debug is used to set debug options with gcc, use -Wno-long-longDaniel Stenberg
to inhibit long long warnings (ISO C90 does not support `long long')
2003-08-19check for CRYPTO_cleanup_all_ex_data as wellDaniel Stenberg
2003-08-14check for long longDaniel Stenberg
changed the use of AC_CHECK_TYPE as the previous approach is deprecated require 2.57 properly
2003-08-11define USE_ARES nicer if enabledDaniel Stenberg
2003-08-05Add --enable-ares support, which will make us build curl with ares forDaniel Stenberg
asynch name resolves. Still very experimental, beware!
2003-07-30add a check for 'ar' since the lack of it bit Jared IngersollDaniel Stenberg
we might need to check for some other tools too that on Solaris are put in those weird dirs...
2003-07-25only check for CA bundle path if build with SSL supportDaniel Stenberg
set a conditional for the makefile if we know the CA path or not
2003-07-04Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
2003-06-26moved from former CVSDaniel Stenberg
2003-06-12store HAVE_LIBZ as an automake conditionalDaniel Stenberg
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
added.
2003-05-21fix the makefile in packages/DOS tooDaniel Stenberg
2003-05-04the writable argv check now should not exit when building a cross-compiledDaniel Stenberg
curl
2003-04-06Ryan Weaver's fix to prevent the ca bundle to get installed even whenDaniel Stenberg
building curl without SSL support!
2003-03-26fixed the pkg-config stuff for rh9Daniel Stenberg
2003-03-25attempt to extract openssl information using pkg-configDaniel Stenberg
2003-03-25Renamed configure.in to configure.ac, as this is the supposedly new preferredDaniel Stenberg
name for it.