History log of /curl/acinclude.m4 (Results 201 – 225 of 338)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_18_1
# 86cbb232 20-Mar-2008 Michal Marek

- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by
default instead of a ca bundle. The configure script will also look for a
ca path if no ca bundle is found an

- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by
default instead of a ca bundle. The configure script will also look for a
ca path if no ca bundle is found and no option given.

- Fixed detection of previously installed curl-ca-bundle.crt

show more ...


# fb23b857 18-Feb-2008 Daniel Stenberg

- We're no longer providing a very old ca-bundle in the curl tarball. You can
get a fresh one downloaded and created with 'make ca-bundle' or you can get
one from here => http://curl.haxx

- We're no longer providing a very old ca-bundle in the curl tarball. You can
get a fresh one downloaded and created with 'make ca-bundle' or you can get
one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh
new one extracted from Mozilla's recent list of ca certs.

The configure option --with-ca-bundle now lets you specify what file to use
as default ca bundle for your build. If not specified, the configure script
will check a few known standard places for a global ca cert to use.

show more ...


Revision tags: curl-7_18_0, curl-7_17_1
# edef367e 24-Oct-2007 Yang Tse

Missing double quotes


# e8d3710a 19-Oct-2007 Yang Tse

Add custom check for WINLDAP libraries.

In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no
additional library even when the optional list of libraries has been give

Add custom check for WINLDAP libraries.

In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no
additional library even when the optional list of libraries has been given.

show more ...


# 420ea83e 17-Oct-2007 Yang Tse

Fix CURL_CHECK_LIBS_LDAP failure when no parameter is given


# 5360f883 17-Oct-2007 Yang Tse

Default check for more libraries in CURL_CHECK_LIBS_LDAP,
and allow parameter specification of libraries to check.


# fbb5518a 15-Oct-2007 Yang Tse

Avoid depending on a header file for the definition of NULL


# 001a2d9b 15-Oct-2007 Dan Fandrich

Fix LDAP compile error when LDAP is not available.
Fixed a typo in the LDAP configure code and made sure NULL is defined
in a test programs that need it.


# 95446f69 14-Oct-2007 Yang Tse

Fix custom check for LDAP libraries


# 4db954f8 14-Oct-2007 Yang Tse

Add custom check for LDAP libraries


# a171f60b 14-Oct-2007 Yang Tse

Add custom checks for lber, ldap, ldapssl and ldap_ssl header files


# 07625fe2 13-Oct-2007 Yang Tse

Add check for winldap and winber header files


# 16b95fc7 27-Sep-2007 Dan Fandrich

Enabled a few more gcc warnings with --enable-debug. Renamed a few
variables to avoid shadowing global declarations.


Revision tags: curl-7_17_0
# d0edb478 11-Aug-2007 Daniel Stenberg

Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those
libs just like we link all other third

Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.

show more ...


Revision tags: curl-7_17_0-preldapfix
# 5b1bbffd 30-Jul-2007 Daniel Stenberg

Peter O'Gorman pointed out (and fixed) that the non-blocking check in
configure made libcurl use blocking sockets on AIX 4 and 5, while that
wasn't the intention.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# d8d3dc93 10-Apr-2007 Yang Tse

--enable-sspi only supported on Windows native builds


# 305e0390 03-Apr-2007 Yang Tse

Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros
are not icc 9.0 specific.


# 59c620bf 27-Mar-2007 Dan Fandrich

Daniel Johnson's fix for shared object extension detection on Mac OS X.


# 2288094b 22-Mar-2007 Yang Tse

fix wrong macro name introduced in las commit


# 273b2b23 22-Mar-2007 Yang Tse

Add check for compiler variadic macro support in configuration script


# 8920606b 22-Mar-2007 Yang Tse

attempt to keep message length below 80 chars


# d381dd68 15-Feb-2007 Yang Tse

icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warn

icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warns on "variable __d0 was set but never used"
* 1469 warns on "cc clobber ignored"

show more ...


# 23d1041b 13-Feb-2007 Dan Fandrich

Added last-resort dynamic library names.


# 5565f45f 31-Jan-2007 Dan Fandrich

Properly use libtool macros to fix OpenLDAP library name detection on Darwin.


Revision tags: curl-7_16_1
# 73226415 22-Nov-2006 Yang Tse

Added a check in configure that verifies if <signal.h> is available,
defining HAVE_SIGNAL_H if the header is available.

Added a check in configure that tests if the sig_atomic_t type is

Added a check in configure that verifies if <signal.h> is available,
defining HAVE_SIGNAL_H if the header is available.

Added a check in configure that tests if the sig_atomic_t type is
available, defining HAVE_SIG_ATOMIC_T if it is available. Providing
a suitable default in setup_once.h if not available.

Added a check in configure that tests if the sig_atomic_t type is
already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE
if it is available and already defined as volatile.

show more ...


12345678910>>...14