summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Missing double quotesYang Tse2007-10-241-4/+4
* Add custom check for WINLDAP libraries.Yang Tse2007-10-191-4/+96
* Fix CURL_CHECK_LIBS_LDAP failure when no parameter is givenYang Tse2007-10-171-15/+18
* Default check for more libraries in CURL_CHECK_LIBS_LDAP,Yang Tse2007-10-171-1/+27
* Avoid depending on a header file for the definition of NULLYang Tse2007-10-151-5/+19
* Fix LDAP compile error when LDAP is not available.Dan Fandrich2007-10-151-1/+6
* Fix custom check for LDAP librariesYang Tse2007-10-141-3/+3
* Add custom check for LDAP librariesYang Tse2007-10-141-0/+76
* Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse2007-10-141-0/+218
* Add check for winldap and winber header filesYang Tse2007-10-131-0/+78
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-271-1/+1
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-75/+0
* Peter O'Gorman pointed out (and fixed) that the non-blocking check inDaniel Stenberg2007-07-301-1/+1
* --enable-sspi only supported on Windows native buildsYang Tse2007-04-101-0/+36
* Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse2007-04-031-10/+0
* Daniel Johnson's fix for shared object extension detection on Mac OS X.Dan Fandrich2007-03-271-0/+1
* fix wrong macro name introduced in las commitYang Tse2007-03-221-2/+2
* Add check for compiler variadic macro support in configuration scriptYang Tse2007-03-221-0/+64
* attempt to keep message length below 80 charsYang Tse2007-03-221-2/+2
* icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse2007-02-151-1/+11
* Added last-resort dynamic library names.Dan Fandrich2007-02-131-0/+4
* Properly use libtool macros to fix OpenLDAP library name detection on Darwin.Dan Fandrich2007-01-311-1/+1
* Added a check in configure that verifies if <signal.h> is available,Yang Tse2006-11-221-0/+42
* Added a check in configure that simply tries to run a program (not whenDaniel Stenberg2006-10-161-0/+34
* Check for struct timeval at configuration timeYang Tse2006-10-131-0/+59
* Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse2006-08-041-4/+6
* Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse2006-07-311-0/+15
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-0/+33
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2006-07-111-0/+51
* Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse2006-07-071-52/+45
* Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse2006-07-071-1/+1
* Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse2006-07-071-1/+1
* Fix excessive escaping.Yang Tse2006-07-071-1/+1
* Fix CURL_CHECK_HEADERS_ONCEYang Tse2006-07-071-5/+6
* Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse2006-07-061-10/+14
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-2/+98
* Use a more descriptive var name.Yang Tse2006-07-041-6/+6
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-041-7/+41
* Find out return types and argument types for functions recv() and send() at c...Yang Tse2006-07-041-0/+192
* Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse2006-07-031-47/+70
* Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse2006-07-021-78/+73
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-2/+0
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-29/+24
* Get some debug infoYang Tse2006-07-011-9/+24
* Get some debug infoYang Tse2006-07-011-0/+11
* Avoid shell globbingYang Tse2006-07-011-4/+4
* Get qualifier of arg 1 for getnameinfo apart. Take 3.Yang Tse2006-07-011-2/+2
* Get qualifier of arg 1 for getnameinfo apart.Yang Tse2006-07-011-3/+22
* Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-06-301-2/+0