summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Expand)Author
2008-05-21fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-20When unable to properly detect gethostbyname_r() usage, configureYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-20fix underquoting of AC_LANG_PROGRAM argumentsYang Tse
2008-05-20update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse
2008-05-19better select() function detection that worksYang Tse
2008-05-19fix socklen_t equivalent detection when cross compiling Windows targetYang Tse
2008-05-17minor change for wince-cegcc and wince-mingw32ce supportYang Tse
2008-05-14Improve toolchain detection for WinCE cross compilation:Yang Tse
2008-05-14skip checks for Windows specific header filesYang Tse
2008-05-14WinCE cross compilation adjustments:Yang Tse
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10Add library checking for clock_gettime() supportYang Tse
2008-03-31Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek
2008-03-20- Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek
2008-02-18- We're no longer providing a very old ca-bundle in the curl tarball. You canDaniel Stenberg
2007-10-24Missing double quotesYang Tse
2007-10-19Add custom check for WINLDAP libraries.Yang Tse
2007-10-17Fix CURL_CHECK_LIBS_LDAP failure when no parameter is givenYang Tse
2007-10-17Default check for more libraries in CURL_CHECK_LIBS_LDAP,Yang Tse
2007-10-15Avoid depending on a header file for the definition of NULLYang Tse
2007-10-15Fix LDAP compile error when LDAP is not available.Dan Fandrich
2007-10-14Fix custom check for LDAP librariesYang Tse
2007-10-14Add custom check for LDAP librariesYang Tse
2007-10-14Add custom checks for lber, ldap, ldapssl and ldap_ssl header filesYang Tse
2007-10-13Add check for winldap and winber header filesYang Tse
2007-09-27Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-07-30Peter O'Gorman pointed out (and fixed) that the non-blocking check inDaniel Stenberg
2007-04-10--enable-sspi only supported on Windows native buildsYang Tse
2007-04-03Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macrosYang Tse
2007-03-27Daniel Johnson's fix for shared object extension detection on Mac OS X.Dan Fandrich
2007-03-22fix wrong macro name introduced in las commitYang Tse
2007-03-22Add check for compiler variadic macro support in configuration scriptYang Tse
2007-03-22attempt to keep message length below 80 charsYang Tse
2007-02-15icc 9.0 when compiling its generated code for its own FD_SET,Yang Tse
2007-02-13Added last-resort dynamic library names.Dan Fandrich
2007-01-31Properly use libtool macros to fix OpenLDAP library name detection on Darwin.Dan Fandrich
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
2006-10-16Added a check in configure that simply tries to run a program (not whenDaniel Stenberg
2006-10-13Check for struct timeval at configuration timeYang Tse
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse